[INFO] fetching crate bytevec 0.2.0... [INFO] building bytevec-0.2.0 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate bytevec 0.2.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate bytevec 0.2.0 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bytevec 0.2.0 [INFO] finished tweaking crates.io crate bytevec 0.2.0 [INFO] tweaked toml for crates.io crate bytevec 0.2.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee78f7820545de8d365da446c621e0d92cb777237bca28d412c145816ab33e47 [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" "ee78f7820545de8d365da446c621e0d92cb777237bca28d412c145816ab33e47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee78f7820545de8d365da446c621e0d92cb777237bca28d412c145816ab33e47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee78f7820545de8d365da446c621e0d92cb777237bca28d412c145816ab33e47", kill_on_drop: false }` [INFO] [stdout] ee78f7820545de8d365da446c621e0d92cb777237bca28d412c145816ab33e47 [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 -Zprofile-closures" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70593aac18db3f7cd1db6f26e99ddfc81abcfac0c0855d71d4cb46f545b3ac53 [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" "70593aac18db3f7cd1db6f26e99ddfc81abcfac0c0855d71d4cb46f545b3ac53", kill_on_drop: false }` [INFO] [stderr] Compiling bytevec v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | Ok(try!(::std::str::from_utf8(bytes)).to_string()) [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/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 160 | | let mut vec = Vec::with_capacity(len); [INFO] [stdout] 161 | | for size in sizes.into_iter() { [INFO] [stdout] 162 | | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 165 | | Ok(vec) [INFO] [stdout] 166 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 160 | | let mut vec = Vec::with_capacity(len); [INFO] [stdout] 161 | | for size in sizes.into_iter() { [INFO] [stdout] 162 | | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 165 | | Ok(vec) [INFO] [stdout] 166 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:162:26 [INFO] [stdout] | [INFO] [stdout] 162 | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 192 | | let mut set = HashSet::with_capacity(len); [INFO] [stdout] 193 | | for size in sizes.into_iter() { [INFO] [stdout] 194 | | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 197 | | Ok(set) [INFO] [stdout] 198 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 192 | | let mut set = HashSet::with_capacity(len); [INFO] [stdout] 193 | | for size in sizes.into_iter() { [INFO] [stdout] 194 | | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 197 | | Ok(set) [INFO] [stdout] 198 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:194:28 [INFO] [stdout] | [INFO] [stdout] 194 | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 220 | | let mut map = HashMap::with_capacity(len); [INFO] [stdout] 221 | | for size in sizes.into_iter() { [INFO] [stdout] 222 | | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] ... | [INFO] [stdout] 227 | | Ok(map) [INFO] [stdout] 228 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 220 | | let mut map = HashMap::with_capacity(len); [INFO] [stdout] 221 | | for size in sizes.into_iter() { [INFO] [stdout] 222 | | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] ... | [INFO] [stdout] 227 | | Ok(map) [INFO] [stdout] 228 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:222:36 [INFO] [stdout] | [INFO] [stdout] 222 | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:257:46 [INFO] [stdout] | [INFO] [stdout] 257 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:259:46 [INFO] [stdout] | [INFO] [stdout] 259 | bytes.extend_from_slice(&try!(self.0.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:276:28 [INFO] [stdout] | [INFO] [stdout] 276 | size = try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()])); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:285:25 [INFO] [stdout] | [INFO] [stdout] 285 | Ok((try!($t::decode::(&bytes[Size::get_size_of().as_usize()..])),)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:82:36 [INFO] [stdout] | [INFO] [stdout] 82 | let unsigned = try!(<$unsizd>::decode::(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / as_unsized_impl! { [INFO] [stdout] 91 | | f32: u32, [INFO] [stdout] 92 | | f64: u64, [INFO] [stdout] 93 | | char: u32 [INFO] [stdout] 94 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `as_unsized_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:120:18 [INFO] [stdout] | [INFO] [stdout] 120 | 2 => try!(u16::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:121:18 [INFO] [stdout] | [INFO] [stdout] 121 | 4 => try!(u32::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:122:18 [INFO] [stdout] | [INFO] [stdout] 122 | 8 => try!(u64::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:53:65 [INFO] [stdout] | [INFO] [stdout] 53 | StringDecodeUtf8Error(ref utf8_error) => utf8_error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 120 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.21s [INFO] running `Command { std: "docker" "inspect" "70593aac18db3f7cd1db6f26e99ddfc81abcfac0c0855d71d4cb46f545b3ac53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70593aac18db3f7cd1db6f26e99ddfc81abcfac0c0855d71d4cb46f545b3ac53", kill_on_drop: false }` [INFO] [stdout] 70593aac18db3f7cd1db6f26e99ddfc81abcfac0c0855d71d4cb46f545b3ac53 [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 -Zprofile-closures" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a55a287f7326e33f3dd8525134b7568dc9a38513ffd056d94db019efdc9b22b5 [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" "a55a287f7326e33f3dd8525134b7568dc9a38513ffd056d94db019efdc9b22b5", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | Ok(try!(::std::str::from_utf8(bytes)).to_string()) [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/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 160 | | let mut vec = Vec::with_capacity(len); [INFO] [stdout] 161 | | for size in sizes.into_iter() { [INFO] [stdout] 162 | | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 165 | | Ok(vec) [INFO] [stdout] 166 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 160 | | let mut vec = Vec::with_capacity(len); [INFO] [stdout] 161 | | for size in sizes.into_iter() { [INFO] [stdout] 162 | | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 165 | | Ok(vec) [INFO] [stdout] 166 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:162:26 [INFO] [stdout] | [INFO] [stdout] 162 | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 192 | | let mut set = HashSet::with_capacity(len); [INFO] [stdout] 193 | | for size in sizes.into_iter() { [INFO] [stdout] 194 | | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 197 | | Ok(set) [INFO] [stdout] 198 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 192 | | let mut set = HashSet::with_capacity(len); [INFO] [stdout] 193 | | for size in sizes.into_iter() { [INFO] [stdout] 194 | | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 197 | | Ok(set) [INFO] [stdout] 198 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:194:28 [INFO] [stdout] | [INFO] [stdout] 194 | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 220 | | let mut map = HashMap::with_capacity(len); [INFO] [stdout] 221 | | for size in sizes.into_iter() { [INFO] [stdout] 222 | | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] ... | [INFO] [stdout] 227 | | Ok(map) [INFO] [stdout] 228 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 220 | | let mut map = HashMap::with_capacity(len); [INFO] [stdout] 221 | | for size in sizes.into_iter() { [INFO] [stdout] 222 | | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] ... | [INFO] [stdout] 227 | | Ok(map) [INFO] [stdout] 228 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:222:36 [INFO] [stdout] | [INFO] [stdout] 222 | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:257:46 [INFO] [stdout] | [INFO] [stdout] 257 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:259:46 [INFO] [stdout] | [INFO] [stdout] 259 | bytes.extend_from_slice(&try!(self.0.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:276:28 [INFO] [stdout] | [INFO] [stdout] 276 | size = try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()])); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:285:25 [INFO] [stdout] | [INFO] [stdout] 285 | Ok((try!($t::decode::(&bytes[Size::get_size_of().as_usize()..])),)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bytevec v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:82:36 [INFO] [stdout] | [INFO] [stdout] 82 | let unsigned = try!(<$unsizd>::decode::(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / as_unsized_impl! { [INFO] [stdout] 91 | | f32: u32, [INFO] [stdout] 92 | | f64: u64, [INFO] [stdout] 93 | | char: u32 [INFO] [stdout] 94 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `as_unsized_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:120:18 [INFO] [stdout] | [INFO] [stdout] 120 | 2 => try!(u16::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:121:18 [INFO] [stdout] | [INFO] [stdout] 121 | 4 => try!(u32::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:122:18 [INFO] [stdout] | [INFO] [stdout] 122 | 8 => try!(u64::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:53:65 [INFO] [stdout] | [INFO] [stdout] 53 | StringDecodeUtf8Error(ref utf8_error) => utf8_error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 120 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / bytevec_decl! { [INFO] [stdout] 9 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 10 | | struct Employee { [INFO] [stdout] 11 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / bytevec_decl! { [INFO] [stdout] 9 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 10 | | struct Employee { [INFO] [stdout] 11 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / bytevec_decl! { [INFO] [stdout] 9 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 10 | | struct Employee { [INFO] [stdout] 11 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / bytevec_decl! { [INFO] [stdout] 9 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 10 | | struct Employee { [INFO] [stdout] 11 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / bytevec_decl! { [INFO] [stdout] 9 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 10 | | struct Employee { [INFO] [stdout] 11 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / bytevec_decl! { [INFO] [stdout] 9 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 10 | | struct Employee { [INFO] [stdout] 11 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / bytevec_decl! { [INFO] [stdout] 9 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 10 | | struct Employee { [INFO] [stdout] 11 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / bytevec_decl! { [INFO] [stdout] 9 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 10 | | struct Employee { [INFO] [stdout] 11 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | / bytevec_decl! { [INFO] [stdout] 9 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 10 | | struct Employee { [INFO] [stdout] 11 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / bytevec_decl! { [INFO] [stdout] 51 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 52 | | struct MeetingsLog { [INFO] [stdout] 53 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / bytevec_decl! { [INFO] [stdout] 51 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 52 | | struct MeetingsLog { [INFO] [stdout] 53 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / bytevec_decl! { [INFO] [stdout] 51 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 52 | | struct MeetingsLog { [INFO] [stdout] 53 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/lib.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | / bytevec_decl! { [INFO] [stdout] 51 | | #[derive(PartialEq, Eq, Debug)] [INFO] [stdout] 52 | | struct MeetingsLog { [INFO] [stdout] 53 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bytevec_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | Ok(try!(::std::str::from_utf8(bytes)).to_string()) [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/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 160 | | let mut vec = Vec::with_capacity(len); [INFO] [stdout] 161 | | for size in sizes.into_iter() { [INFO] [stdout] 162 | | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 165 | | Ok(vec) [INFO] [stdout] 166 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 160 | | let mut vec = Vec::with_capacity(len); [INFO] [stdout] 161 | | for size in sizes.into_iter() { [INFO] [stdout] 162 | | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 165 | | Ok(vec) [INFO] [stdout] 166 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:162:26 [INFO] [stdout] | [INFO] [stdout] 162 | vec.push(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 192 | | let mut set = HashSet::with_capacity(len); [INFO] [stdout] 193 | | for size in sizes.into_iter() { [INFO] [stdout] 194 | | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 197 | | Ok(set) [INFO] [stdout] 198 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 192 | | let mut set = HashSet::with_capacity(len); [INFO] [stdout] 193 | | for size in sizes.into_iter() { [INFO] [stdout] 194 | | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] ... | [INFO] [stdout] 197 | | Ok(set) [INFO] [stdout] 198 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:194:28 [INFO] [stdout] | [INFO] [stdout] 194 | set.insert(try!(T::decode::(&bytes[index..index + size.as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | bytes.extend_from_slice(&try!((Size::from_usize(self.len())).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:130:46 [INFO] [stdout] | [INFO] [stdout] 130 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | bytes.extend_from_slice(&try!((&elem).encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | collection_encode_impl!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `collection_encode_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | $len = try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 220 | | let mut map = HashMap::with_capacity(len); [INFO] [stdout] 221 | | for size in sizes.into_iter() { [INFO] [stdout] 222 | | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] ... | [INFO] [stdout] 227 | | Ok(map) [INFO] [stdout] 228 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | $size_vec.push(try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | / validate_collection!(bytes, index, len, sizes, { [INFO] [stdout] 220 | | let mut map = HashMap::with_capacity(len); [INFO] [stdout] 221 | | for size in sizes.into_iter() { [INFO] [stdout] 222 | | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] ... | [INFO] [stdout] 227 | | Ok(map) [INFO] [stdout] 228 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `validate_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:222:36 [INFO] [stdout] | [INFO] [stdout] 222 | let (key, value) = try!(<(K, V)>::decode::(&bytes[index..index + [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (f0d26049324d62f3, 351e318ab8b79814), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (485b1d6054ab4f90, f7192bf6a2d17dec), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: lib, (b91e27214177bfab, 14dac6a683145b59), 4, 4 [INFO] [stderr] SG_CR_Eslkdjf: lib, (40e50fc9ddeb9fe, ff366f2a6225b1dd), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (7ab35a63d517ad93, fc8003b171dae334), 8, 8 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (4206be81f0901f3a, 8a1167408d04726d), 8, 8 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (36580ce07bd794d0, 87ae7f155eb0ff30), 4, 4 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (f0d228fb17fa30ec, 3e083fd7607697f9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lib, (f6b5a0e5f2f04738, 8bcf9ad7eccc848e), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: lib, (4ee9d0632b2075b3, 647a4aadba32760), 4, 4 [INFO] [stderr] SG_CR_Eslkdjf: lib, (55443e6157f8cf0d, b8e45fd7407c61eb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lib, (bc2fcce3b8420082, a12cc352976de067), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: lib, (8815169638eca36d, b84ba37cc816aee6), 4, 4 [INFO] [stderr] SG_CR_Eslkdjf: lib, (28e4e13d3a925bcb, d2086574d40b076c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lib, (6d8c1f0babc56f9d, 3ad9f6129650b37d), 4, 4 [INFO] [stderr] SG_CR_Eslkdjf: lib, (76e3fa4e44a96081, 5b5c46311ae4b47b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lib, (21c0373a12bd4e0c, 8de08cb70be0060c), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: lib, (c5072ecfbf0a8cee, 8082176d2e91a97d), 4, 4 [INFO] [stderr] SG_CR_Eslkdjf: lib, (c1170a0b2e5b12ed, 8d0c562d0fb4cb57), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (60a54ab6e70bd0f1, 1651a470417c2b3a), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (7796542efebd8238, 837a952ff5937252), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (fab64d8a2a1a7d23, 5dbb31815e141b8d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lib, (805dd2845d75afbf, 699a2648b914689d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lib, (a4c4982ee30b89aa, 3adb5e2937fb0c80), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lib, (1f78c76e89b3acfe, 2fab66baa073ee23), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lib, (b3b0487dd3f924c8, 78302657edc8d943), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lib, (1fbe66a3a6b534f7, af086609a2fb6da2), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: lib, (3d5166d8a4afcd83, 3def430a76773861), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: lib, (74bde761cb08159a, 87d72cf4c620e2f8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lib, (6ca0885c9ee241c7, 5e70defe6e8b2a52), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: lib, (e202f5e1e21d55a7, 1e996b71f80a9175), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: lib, (68b250e964026c5b, d9c490fb827dacaa), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lib, (fa4a23ae251ec90a, cb8c49429e48ca24), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: lib, (3aa2c17ed7da078, d394044c5d52e680), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: lib, (238ff219d7aa6e5f, 857c5f06bf2ad3e6), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (31049b0bf40931c3, b829d1fc240a5fb3), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (2fc31e44b5af6466, 220bd84b7481c09), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lib, (ce77646c8ba9a862, b5438a36485692c5), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:344:46 [INFO] [stdout] | [INFO] [stdout] 344 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:347:50 [INFO] [stdout] | [INFO] [stdout] 347 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | bytes.extend_from_slice(&try!($elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:352:50 [INFO] [stdout] | [INFO] [stdout] 352 | bytes.extend_from_slice(&try!($_elem.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:373:25 [INFO] [stdout] | [INFO] [stdout] 373 | try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()]))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | try!(Size::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | let elem = try!($t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:407:40 [INFO] [stdout] | [INFO] [stdout] 407 | let elem = try!($_t::decode::( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:257:46 [INFO] [stdout] | [INFO] [stdout] 257 | bytes.extend_from_slice(&try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:259:46 [INFO] [stdout] | [INFO] [stdout] 259 | bytes.extend_from_slice(&try!(self.0.encode::())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:276:28 [INFO] [stdout] | [INFO] [stdout] 276 | size = try!(Size::decode::(&bytes[..Size::get_size_of().as_usize()])); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/collections.rs:285:25 [INFO] [stdout] | [INFO] [stdout] 285 | Ok((try!($t::decode::(&bytes[Size::get_size_of().as_usize()..])),)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 427 | / tuple_impls! { [INFO] [stdout] 428 | | A: a, [INFO] [stdout] 429 | | B: b, [INFO] [stdout] 430 | | C: c, [INFO] [stdout] ... | [INFO] [stdout] 439 | | L: l [INFO] [stdout] 440 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tuple_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:82:36 [INFO] [stdout] | [INFO] [stdout] 82 | let unsigned = try!(<$unsizd>::decode::(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / as_unsized_impl! { [INFO] [stdout] 91 | | f32: u32, [INFO] [stdout] 92 | | f64: u64, [INFO] [stdout] 93 | | char: u32 [INFO] [stdout] 94 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `as_unsized_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:120:18 [INFO] [stdout] | [INFO] [stdout] 120 | 2 => try!(u16::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:121:18 [INFO] [stdout] | [INFO] [stdout] 121 | 4 => try!(u32::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/impls/primitives.rs:122:18 [INFO] [stdout] | [INFO] [stdout] 122 | 8 => try!(u64::decode::(bytes)).as_usize(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:53:65 [INFO] [stdout] | [INFO] [stdout] 53 | StringDecodeUtf8Error(ref utf8_error) => utf8_error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 120 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "a55a287f7326e33f3dd8525134b7568dc9a38513ffd056d94db019efdc9b22b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a55a287f7326e33f3dd8525134b7568dc9a38513ffd056d94db019efdc9b22b5", kill_on_drop: false }` [INFO] [stdout] a55a287f7326e33f3dd8525134b7568dc9a38513ffd056d94db019efdc9b22b5