[INFO] fetching crate plist-rs 0.1.0... [INFO] checking plist-rs-0.1.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate plist-rs 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate plist-rs 0.1.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate plist-rs 0.1.0 [INFO] finished tweaking crates.io crate plist-rs 0.1.0 [INFO] tweaked toml for crates.io crate plist-rs 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab610a07d23c3d49934d642f5d3027867a7ff62cdc27feebbfa15ad074e24016 [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" "ab610a07d23c3d49934d642f5d3027867a7ff62cdc27feebbfa15ad074e24016", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab610a07d23c3d49934d642f5d3027867a7ff62cdc27feebbfa15ad074e24016", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab610a07d23c3d49934d642f5d3027867a7ff62cdc27feebbfa15ad074e24016", kill_on_drop: false }` [INFO] [stdout] ab610a07d23c3d49934d642f5d3027867a7ff62cdc27feebbfa15ad074e24016 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 49c05d6a5d2cd05c6d27a4f03bae58d4f2b739f274fff33f1d67e48c681b43d1 [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" "49c05d6a5d2cd05c6d27a4f03bae58d4f2b739f274fff33f1d67e48c681b43d1", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking xml-rs v0.3.6 [INFO] [stderr] Checking num-iter v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stderr] Checking plist-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: unnecessary parentheses around block return value [INFO] [stdout] --> src/reader/binary.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | ((buf[0] as u16) << 8 | (buf[1] as u16)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_parens)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary parentheses around block return value [INFO] [stdout] --> src/reader/binary.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | ((buf[0] as u32) << 24 | (buf[1] as u32) << 16 | (buf[2] as u32) << 8 | (buf[3] as u32)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary parentheses around block return value [INFO] [stdout] --> src/reader/binary.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / ((buf[0] as u64) << 56 | (buf[1] as u64) << 48 | (buf[2] as u64) << 40 | [INFO] [stdout] 25 | | (buf[3] as u64) << 32 | (buf[4] as u64) << 24 | (buf[5] as u64) << 16 | [INFO] [stdout] 26 | | (buf[6] as u64) << 8 | (buf[7] as u64)) [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 24 | (buf[0] as u64) << 56 | (buf[1] as u64) << 48 | (buf[2] as u64) << 40 | [INFO] [stdout] 25 | (buf[3] as u64) << 32 | (buf[4] as u64) << 24 | (buf[5] as u64) << 16 | [INFO] [stdout] 26 | (buf[6] as u64) << 8 | (buf[7] as u64) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | try!(input.take(len as u64).read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | try!(input.read_exact(&mut len)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | let size = try!(validate_size(1u8 << (len[0] & 0xF))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | try!(input.read_exact(&mut buf[0..size as usize])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | try!(input.read_exact(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:87:26 [INFO] [stdout] | [INFO] [stdout] 87 | let (buf, len) = try!(read_sized(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | try!(input.seek(SeekFrom::End(-26))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | try!(input.read_exact(&mut trailer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | let offset_size = try!(validate_size(trailer[0])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | let ref_size = try!(validate_size(trailer[1])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | try!(input.seek(SeekFrom::Start(table_offset))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | let offsets = try!(sized_ints(input, offset_size, obj_count as usize)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | try!(input.read_exact(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | try!(input.seek(SeekFrom::Current(1))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:126:23 [INFO] [stdout] | [INFO] [stdout] 126 | Ok(Plist::Integer(try!(read_int(input)) as i64)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:131:22 [INFO] [stdout] | [INFO] [stdout] 131 | let (buf, len) = try!(read_sized(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | try!(input.read_exact(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:152:15 [INFO] [stdout] | [INFO] [stdout] 152 | let len = try!(read_int(input)) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | try!(input.take(len as u64).read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:160:15 [INFO] [stdout] | [INFO] [stdout] 160 | let len = try!(read_int(input)) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 162 | try!(input.take(len as u64).read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:163:22 [INFO] [stdout] | [INFO] [stdout] 163 | Ok(Plist::String(try!(String::from_utf8(buf)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:168:15 [INFO] [stdout] | [INFO] [stdout] 168 | let len = try!(read_int(input)) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | try!(input.take((len * 2) as u64).read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:172:22 [INFO] [stdout] | [INFO] [stdout] 172 | Ok(Plist::String(try!(String::from_utf16(&points[..])))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:177:15 [INFO] [stdout] | [INFO] [stdout] 177 | let len = try!(read_int(input)) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:178:18 [INFO] [stdout] | [INFO] [stdout] 178 | let values = try!(sized_ints(input, ref_size, len)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:182:21 [INFO] [stdout] | [INFO] [stdout] 182 | let value = try!(object(input, v as usize, ref_size, offsets)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:191:15 [INFO] [stdout] | [INFO] [stdout] 191 | let len = try!(read_int(input)) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:192:16 [INFO] [stdout] | [INFO] [stdout] 192 | let keys = try!(sized_ints(input, ref_size, len)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:193:18 [INFO] [stdout] | [INFO] [stdout] 193 | let values = try!(sized_ints(input, ref_size, len)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:199:25 [INFO] [stdout] | [INFO] [stdout] 199 | let key = match try!(object(input, k as usize, ref_size, offsets)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | let value = try!(object(input, v as usize, ref_size, offsets)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | try!(input.seek(offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | try!(input.read_exact(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 220 | try!(input.seek(offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:238:5 [INFO] [stdout] | [INFO] [stdout] 238 | try!(input.seek(SeekFrom::Start(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | try!(input.read_exact(&mut magic)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | try!(input.read_exact(&mut ver)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(xml_event(input, |e| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | try!(xml_start(input, local_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:92:29 [INFO] [stdout] | [INFO] [stdout] 92 | ... try!(xml_end(input, "true")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:96:29 [INFO] [stdout] | [INFO] [stdout] 96 | ... try!(xml_end(input, "false")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | let string = try!(xml_content(input, "integer")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:114:19 [INFO] [stdout] | [INFO] [stdout] 114 | let integer = try!(i64::from_str_radix(string.as_ref(), 10)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:119:18 [INFO] [stdout] | [INFO] [stdout] 119 | let string = try!(xml_content(input, "real")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:120:16 [INFO] [stdout] | [INFO] [stdout] 120 | let real = try!(string.parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:125:18 [INFO] [stdout] | [INFO] [stdout] 125 | let string = try!(xml_content(input, "date")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:126:16 [INFO] [stdout] | [INFO] [stdout] 126 | let secs = try!(DateTime::parse_from_rfc3339(string.as_ref())).timestamp() as u64; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 131 | let string = try!(xml_content(input, "data")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:137:20 [INFO] [stdout] | [INFO] [stdout] 137 | Ok(Plist::Data(try!(stripped.from_base64()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:141:22 [INFO] [stdout] | [INFO] [stdout] 141 | Ok(Plist::String(try!(xml_content(input, "string")))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | try!(xml_start(input, "array")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | try!(xml_start(input, "dict")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:178:29 [INFO] [stdout] | [INFO] [stdout] 178 | let value = try!(xml_object(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 242 | try!(xml_event(&mut events, |e| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | try!(xml_start(&mut events, "plist")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:250:18 [INFO] [stdout] | [INFO] [stdout] 250 | let object = try!(xml_object(&mut events)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | try!(xml_end(&mut events, "plist")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/mod.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | try!(input.seek(SeekFrom::Start(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:153:41 [INFO] [stdout] | [INFO] [stdout] 153 | Error::XmlError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:154:40 [INFO] [stdout] | [INFO] [stdout] 154 | Error::IoError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:155:41 [INFO] [stdout] | [INFO] [stdout] 155 | Error::IntError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:156:43 [INFO] [stdout] | [INFO] [stdout] 156 | Error::FloatError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:157:42 [INFO] [stdout] | [INFO] [stdout] 157 | Error::DateError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:158:44 [INFO] [stdout] | [INFO] [stdout] 158 | Error::Base64Error(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:159:42 [INFO] [stdout] | [INFO] [stdout] 159 | Error::Utf8Error(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:160:43 [INFO] [stdout] | [INFO] [stdout] 160 | Error::Utf16Error(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary parentheses around block return value [INFO] [stdout] --> src/reader/binary.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | ((buf[0] as u16) << 8 | (buf[1] as u16)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_parens)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary parentheses around block return value [INFO] [stdout] --> src/reader/binary.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | ((buf[0] as u32) << 24 | (buf[1] as u32) << 16 | (buf[2] as u32) << 8 | (buf[3] as u32)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary parentheses around block return value [INFO] [stdout] --> src/reader/binary.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / ((buf[0] as u64) << 56 | (buf[1] as u64) << 48 | (buf[2] as u64) << 40 | [INFO] [stdout] 25 | | (buf[3] as u64) << 32 | (buf[4] as u64) << 24 | (buf[5] as u64) << 16 | [INFO] [stdout] 26 | | (buf[6] as u64) << 8 | (buf[7] as u64)) [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 24 | (buf[0] as u64) << 56 | (buf[1] as u64) << 48 | (buf[2] as u64) << 40 | [INFO] [stdout] 25 | (buf[3] as u64) << 32 | (buf[4] as u64) << 24 | (buf[5] as u64) << 16 | [INFO] [stdout] 26 | (buf[6] as u64) << 8 | (buf[7] as u64) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | try!(input.take(len as u64).read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | try!(input.read_exact(&mut len)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | let size = try!(validate_size(1u8 << (len[0] & 0xF))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | try!(input.read_exact(&mut buf[0..size as usize])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | try!(input.read_exact(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:87:26 [INFO] [stdout] | [INFO] [stdout] 87 | let (buf, len) = try!(read_sized(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | try!(input.seek(SeekFrom::End(-26))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | try!(input.read_exact(&mut trailer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | let offset_size = try!(validate_size(trailer[0])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | let ref_size = try!(validate_size(trailer[1])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | try!(input.seek(SeekFrom::Start(table_offset))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | let offsets = try!(sized_ints(input, offset_size, obj_count as usize)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | try!(input.read_exact(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | try!(input.seek(SeekFrom::Current(1))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:126:23 [INFO] [stdout] | [INFO] [stdout] 126 | Ok(Plist::Integer(try!(read_int(input)) as i64)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:131:22 [INFO] [stdout] | [INFO] [stdout] 131 | let (buf, len) = try!(read_sized(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | try!(input.read_exact(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:152:15 [INFO] [stdout] | [INFO] [stdout] 152 | let len = try!(read_int(input)) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | try!(input.take(len as u64).read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:160:15 [INFO] [stdout] | [INFO] [stdout] 160 | let len = try!(read_int(input)) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 162 | try!(input.take(len as u64).read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:163:22 [INFO] [stdout] | [INFO] [stdout] 163 | Ok(Plist::String(try!(String::from_utf8(buf)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:168:15 [INFO] [stdout] | [INFO] [stdout] 168 | let len = try!(read_int(input)) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 170 | try!(input.take((len * 2) as u64).read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:172:22 [INFO] [stdout] | [INFO] [stdout] 172 | Ok(Plist::String(try!(String::from_utf16(&points[..])))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:177:15 [INFO] [stdout] | [INFO] [stdout] 177 | let len = try!(read_int(input)) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:178:18 [INFO] [stdout] | [INFO] [stdout] 178 | let values = try!(sized_ints(input, ref_size, len)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:182:21 [INFO] [stdout] | [INFO] [stdout] 182 | let value = try!(object(input, v as usize, ref_size, offsets)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:191:15 [INFO] [stdout] | [INFO] [stdout] 191 | let len = try!(read_int(input)) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:192:16 [INFO] [stdout] | [INFO] [stdout] 192 | let keys = try!(sized_ints(input, ref_size, len)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:193:18 [INFO] [stdout] | [INFO] [stdout] 193 | let values = try!(sized_ints(input, ref_size, len)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:199:25 [INFO] [stdout] | [INFO] [stdout] 199 | let key = match try!(object(input, k as usize, ref_size, offsets)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | let value = try!(object(input, v as usize, ref_size, offsets)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | try!(input.seek(offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | try!(input.read_exact(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:220:5 [INFO] [stdout] | [INFO] [stdout] 220 | try!(input.seek(offset)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:238:5 [INFO] [stdout] | [INFO] [stdout] 238 | try!(input.seek(SeekFrom::Start(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | try!(input.read_exact(&mut magic)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/binary.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | try!(input.read_exact(&mut ver)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | try!(xml_event(input, |e| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | try!(xml_start(input, local_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:92:29 [INFO] [stdout] | [INFO] [stdout] 92 | ... try!(xml_end(input, "true")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:96:29 [INFO] [stdout] | [INFO] [stdout] 96 | ... try!(xml_end(input, "false")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | let string = try!(xml_content(input, "integer")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:114:19 [INFO] [stdout] | [INFO] [stdout] 114 | let integer = try!(i64::from_str_radix(string.as_ref(), 10)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:119:18 [INFO] [stdout] | [INFO] [stdout] 119 | let string = try!(xml_content(input, "real")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:120:16 [INFO] [stdout] | [INFO] [stdout] 120 | let real = try!(string.parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:125:18 [INFO] [stdout] | [INFO] [stdout] 125 | let string = try!(xml_content(input, "date")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:126:16 [INFO] [stdout] | [INFO] [stdout] 126 | let secs = try!(DateTime::parse_from_rfc3339(string.as_ref())).timestamp() as u64; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:131:18 [INFO] [stdout] | [INFO] [stdout] 131 | let string = try!(xml_content(input, "data")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:137:20 [INFO] [stdout] | [INFO] [stdout] 137 | Ok(Plist::Data(try!(stripped.from_base64()))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:141:22 [INFO] [stdout] | [INFO] [stdout] 141 | Ok(Plist::String(try!(xml_content(input, "string")))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | try!(xml_start(input, "array")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 171 | try!(xml_start(input, "dict")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:178:29 [INFO] [stdout] | [INFO] [stdout] 178 | let value = try!(xml_object(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 242 | try!(xml_event(&mut events, |e| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | try!(xml_start(&mut events, "plist")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:250:18 [INFO] [stdout] | [INFO] [stdout] 250 | let object = try!(xml_object(&mut events)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/xml.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | try!(xml_end(&mut events, "plist")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader/mod.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | try!(input.seek(SeekFrom::Start(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 71 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:153:41 [INFO] [stdout] | [INFO] [stdout] 153 | Error::XmlError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:154:40 [INFO] [stdout] | [INFO] [stdout] 154 | Error::IoError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:155:41 [INFO] [stdout] | [INFO] [stdout] 155 | Error::IntError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:156:43 [INFO] [stdout] | [INFO] [stdout] 156 | Error::FloatError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:157:42 [INFO] [stdout] | [INFO] [stdout] 157 | Error::DateError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:158:44 [INFO] [stdout] | [INFO] [stdout] 158 | Error::Base64Error(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:159:42 [INFO] [stdout] | [INFO] [stdout] 159 | Error::Utf8Error(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/result.rs:160:43 [INFO] [stdout] | [INFO] [stdout] 160 | Error::Utf16Error(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `plist-rs` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 71 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "49c05d6a5d2cd05c6d27a4f03bae58d4f2b739f274fff33f1d67e48c681b43d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49c05d6a5d2cd05c6d27a4f03bae58d4f2b739f274fff33f1d67e48c681b43d1", kill_on_drop: false }` [INFO] [stdout] 49c05d6a5d2cd05c6d27a4f03bae58d4f2b739f274fff33f1d67e48c681b43d1