[INFO] fetching crate eagre-asn1 0.3.0... [INFO] checking eagre-asn1-0.3.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate eagre-asn1 0.3.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate eagre-asn1 0.3.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate eagre-asn1 0.3.0 [INFO] finished tweaking crates.io crate eagre-asn1 0.3.0 [INFO] tweaked toml for crates.io crate eagre-asn1 0.3.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c6fbd317854ba5a05b4b5da4f0f9234deaa9d97b0aa8583526b38da6fd2eb8a [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" "1c6fbd317854ba5a05b4b5da4f0f9234deaa9d97b0aa8583526b38da6fd2eb8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c6fbd317854ba5a05b4b5da4f0f9234deaa9d97b0aa8583526b38da6fd2eb8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c6fbd317854ba5a05b4b5da4f0f9234deaa9d97b0aa8583526b38da6fd2eb8a", kill_on_drop: false }` [INFO] [stdout] 1c6fbd317854ba5a05b4b5da4f0f9234deaa9d97b0aa8583526b38da6fd2eb8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 269796cba6f77f03f803c76d902882e84dde0a7e1c68c9a2236bd5aa7812a5cc [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" "269796cba6f77f03f803c76d902882e84dde0a7e1c68c9a2236bd5aa7812a5cc", kill_on_drop: false }` [INFO] [stderr] Checking byteorder v0.4.2 [INFO] [stderr] Checking eagre-asn1 v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | try!(stream.write(b"<")); [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/xer.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | try!(stream.write(self.xer_name().as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | try!(stream.write(b">")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | try!(self.xer_encode_content(stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | try!(stream.write(b" src/xer.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | try!(stream.write(self.xer_name().as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | try!(stream.write(b">")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | try!(stream.write(match self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | try!(stream.write(self.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | try!(stream.write(format!("{}", self).as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | try!(item.xer_encode(stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/tag.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | try!(w.write_u8(first_byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/tag.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!(w.write_u8(((tag >> i * 7) & 0x7F) as u8 | [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/tag.rs:42:22 [INFO] [stdout] | [INFO] [stdout] 42 | let first_byte = try!(r.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/tag.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | let byte = try!(r.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/length.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | try!(w.write_u8(length as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/length.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | try!(w.write_u8(0x80 | length_bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/length.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | try!(w.write_u8((length >> i * 8) as u8 & 0xFF)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/length.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | let first_byte = try!(r.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/length.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | let byte = try!(r.read_u8()) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | try!(der_encode_tag_bytes(self.tag, self.class, self.content_type, w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | try!(der_encode_length_bytes(self.content.len(), w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | try!(w.write(&self.content)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | try!(der_encode_tag_bytes(tag, class, ContentType::Constructed, w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | try!(self.encode(&mut stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | try!(der_encode_length_bytes(data.len(), w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | try!(w.write(&data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | try!(der_encode_tag_bytes(tag, class, self.content_type, w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | try!(der_encode_length_bytes(self.content.len(), w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | try!(w.write(&self.content)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:78:45 [INFO] [stdout] | [INFO] [stdout] 78 | let (_, tag, class, content_type) = try!(der_decode_tag_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:79:27 [INFO] [stdout] | [INFO] [stdout] 79 | let (_, length) = try!(der_decode_length_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | try!(enc.read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:93:34 [INFO] [stdout] | [INFO] [stdout] 93 | let (_, tag, class, _) = try!(der_decode_tag_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | let (_, _) = try!(der_decode_length_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | Ok((tag, class, try!(Intermediate::decode(r)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:103:55 [INFO] [stdout] | [INFO] [stdout] 103 | let (_, tag_impl, class_impl, content_type) = try!(der_decode_tag_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:104:27 [INFO] [stdout] | [INFO] [stdout] 104 | let (_, length) = try!(der_decode_length_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | try!(enc.read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | try!(self.der_encode_content(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | try!(try!(self.der_intermediate()).encode(w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | try!(try!(self.der_intermediate()).encode(w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | try!(self.der_encode(&mut stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | let i = try!(Intermediate::decode(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:100:22 [INFO] [stdout] | [INFO] [stdout] 100 | &true => try!(w.write_u8(0xFF)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:101:23 [INFO] [stdout] | [INFO] [stdout] 101 | &false => try!(w.write_u8(0x00)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:111:18 [INFO] [stdout] | [INFO] [stdout] 111 | Ok(match try!(r.read_u8()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | try!(bytes.write_i32::(self.clone())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | try!(w.write(&bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | try!(encoded.read_to_end(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:192:9 [INFO] [stdout] | [INFO] [stdout] 192 | try!(w.write(self.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:199:9 [INFO] [stdout] | [INFO] [stdout] 199 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:214:9 [INFO] [stdout] | [INFO] [stdout] 214 | try!(w.write(self.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 221 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:237:13 [INFO] [stdout] | [INFO] [stdout] 237 | try!(item.der_encode(w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:246:25 [INFO] [stdout] | [INFO] [stdout] 246 | vector.push(try!(T::der_decode(&mut encoded))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:262:9 [INFO] [stdout] | [INFO] [stdout] 262 | try!(w.write(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:268:9 [INFO] [stdout] | [INFO] [stdout] 268 | try!(r.take(length as u64).read_to_end(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/any.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | Ok(Any { i: try!(val.der_intermediate()) }) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | string_type!(NumericString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | string_type!(NumericString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | string_type!(PrintableString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | string_type!(PrintableString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | string_type!(T61String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | string_type!(T61String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | string_type!(VideotexString); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | string_type!(VideotexString); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | string_type!(IA5String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | string_type!(IA5String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | string_type!(GraphicString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | string_type!(GraphicString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | string_type!(VisibleString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | string_type!(VisibleString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | string_type!(GeneralString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | string_type!(GeneralString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | string_type!(UniversalString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | string_type!(UniversalString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | string_type!(CharacterString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | string_type!(CharacterString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/der/tag.rs:9:37 [INFO] [stdout] | [INFO] [stdout] 9 | ... w: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/tag.rs:41:37 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn der_decode_tag_bytes(r: &mut Read) -> io::Result<(usize, u32, Class, ContentType)> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/length.rs:5:55 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn der_encode_length_bytes(length: usize, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/length.rs:27:40 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn der_decode_length_bytes(r: &mut Read) -> io::Result<(usize, usize)> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:50:34 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn encode(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:58:67 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn encode_explicit(&self, tag: u32, class: Class, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:69:67 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn encode_implicit(&self, tag: u32, class: Class, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn decode(r: &mut Read) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:92:36 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn decode_explicit(r: &mut Read) -> io::Result<(u32, Class, Intermediate)> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:101:36 [INFO] [stdout] | [INFO] [stdout] 101 | ... r: &mut Read) [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:47:42 [INFO] [stdout] | [INFO] [stdout] 47 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()>; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:49:35 [INFO] [stdout] | [INFO] [stdout] 49 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:60:34 [INFO] [stdout] | [INFO] [stdout] 60 | fn der_encode(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | fn der_decode(r: &mut Read) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:98:42 [INFO] [stdout] | [INFO] [stdout] 98 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:106:35 [INFO] [stdout] | [INFO] [stdout] 106 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:127:42 [INFO] [stdout] | [INFO] [stdout] 127 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:147:35 [INFO] [stdout] | [INFO] [stdout] 147 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:191:42 [INFO] [stdout] | [INFO] [stdout] 191 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:196:35 [INFO] [stdout] | [INFO] [stdout] 196 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:213:42 [INFO] [stdout] | [INFO] [stdout] 213 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:218:35 [INFO] [stdout] | [INFO] [stdout] 218 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:235:42 [INFO] [stdout] | [INFO] [stdout] 235 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:242:35 [INFO] [stdout] | [INFO] [stdout] 242 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:261:42 [INFO] [stdout] | [INFO] [stdout] 261 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:266:35 [INFO] [stdout] | [INFO] [stdout] 266 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/any.rs:47:42 [INFO] [stdout] | [INFO] [stdout] 47 | fn der_encode_content(&self, _: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/any.rs:51:35 [INFO] [stdout] | [INFO] [stdout] 51 | fn der_decode_content(_: &mut Read, _: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/null.rs:17:42 [INFO] [stdout] | [INFO] [stdout] 17 | fn der_encode_content(&self, _: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/null.rs:21:35 [INFO] [stdout] | [INFO] [stdout] 21 | fn der_decode_content(_: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | try!(stream.write(b"<")); [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/xer.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | try!(stream.write(self.xer_name().as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 51 | string_type!(NumericString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | try!(stream.write(b">")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | try!(self.xer_encode_content(stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | try!(stream.write(b" src/xer.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | try!(stream.write(self.xer_name().as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | try!(stream.write(b">")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | try!(stream.write(match self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | try!(stream.write(self.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 51 | string_type!(NumericString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | try!(stream.write(format!("{}", self).as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xer.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | try!(item.xer_encode(stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/tag.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | try!(w.write_u8(first_byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/tag.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | try!(w.write_u8(((tag >> i * 7) & 0x7F) as u8 | [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/tag.rs:42:22 [INFO] [stdout] | [INFO] [stdout] 42 | let first_byte = try!(r.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/tag.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | let byte = try!(r.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/length.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | try!(w.write_u8(length as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/length.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | try!(w.write_u8(0x80 | length_bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 52 | string_type!(PrintableString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/length.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | try!(w.write_u8((length >> i * 8) as u8 & 0xFF)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/length.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | let first_byte = try!(r.read_u8()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/length.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | let byte = try!(r.read_u8()) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | try!(der_encode_tag_bytes(self.tag, self.class, self.content_type, w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | try!(der_encode_length_bytes(self.content.len(), w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | try!(w.write(&self.content)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | try!(der_encode_tag_bytes(tag, class, ContentType::Constructed, w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 52 | string_type!(PrintableString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | try!(self.encode(&mut stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | try!(der_encode_length_bytes(data.len(), w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | try!(w.write(&data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | try!(der_encode_tag_bytes(tag, class, self.content_type, w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | try!(der_encode_length_bytes(self.content.len(), w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | try!(w.write(&self.content)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:78:45 [INFO] [stdout] | [INFO] [stdout] 78 | let (_, tag, class, content_type) = try!(der_decode_tag_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:79:27 [INFO] [stdout] | [INFO] [stdout] 79 | let (_, length) = try!(der_decode_length_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 53 | string_type!(T61String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | try!(enc.read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:93:34 [INFO] [stdout] | [INFO] [stdout] 93 | let (_, tag, class, _) = try!(der_decode_tag_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | let (_, _) = try!(der_decode_length_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | Ok((tag, class, try!(Intermediate::decode(r)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:103:55 [INFO] [stdout] | [INFO] [stdout] 103 | let (_, tag_impl, class_impl, content_type) = try!(der_decode_tag_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:104:27 [INFO] [stdout] | [INFO] [stdout] 104 | let (_, length) = try!(der_decode_length_bytes(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/intermediate.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | try!(enc.read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 53 | string_type!(T61String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | try!(self.der_encode_content(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | try!(try!(self.der_intermediate()).encode(w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | try!(try!(self.der_intermediate()).encode(w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | try!(self.der_encode(&mut stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | let i = try!(Intermediate::decode(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:100:22 [INFO] [stdout] | [INFO] [stdout] 100 | &true => try!(w.write_u8(0xFF)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:101:23 [INFO] [stdout] | [INFO] [stdout] 101 | &false => try!(w.write_u8(0x00)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 54 | string_type!(VideotexString); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:111:18 [INFO] [stdout] | [INFO] [stdout] 111 | Ok(match try!(r.read_u8()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | try!(bytes.write_i32::(self.clone())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | try!(w.write(&bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | try!(encoded.read_to_end(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 54 | string_type!(VideotexString); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 55 | string_type!(IA5String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:192:9 [INFO] [stdout] | [INFO] [stdout] 192 | try!(w.write(self.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:199:9 [INFO] [stdout] | [INFO] [stdout] 199 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:214:9 [INFO] [stdout] | [INFO] [stdout] 214 | try!(w.write(self.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 221 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:237:13 [INFO] [stdout] | [INFO] [stdout] 237 | try!(item.der_encode(w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:246:25 [INFO] [stdout] | [INFO] [stdout] 246 | vector.push(try!(T::der_decode(&mut encoded))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:262:9 [INFO] [stdout] | [INFO] [stdout] 262 | try!(w.write(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/der.rs:268:9 [INFO] [stdout] | [INFO] [stdout] 268 | try!(r.take(length as u64).read_to_end(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:68:29 [INFO] [stdout] | [INFO] [stdout] 68 | let i = try!(self.$field_name.der_intermediate()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | / der_sequence!{TestStruct: [INFO] [stdout] 117 | | alpha: NOTAG TYPE i32, [INFO] [stdout] 118 | | beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 119 | | gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 120 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:70:36 [INFO] [stdout] | [INFO] [stdout] 70 | "NOTAG" => try!(i.encode(w)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | / der_sequence!{TestStruct: [INFO] [stdout] 117 | | alpha: NOTAG TYPE i32, [INFO] [stdout] 118 | | beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 119 | | gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 120 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:71:41 [INFO] [stdout] | [INFO] [stdout] 71 | $("EXPLICIT" => try!(i.encode_explicit($tagval, match stringify!($tagclass) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | / der_sequence!{TestStruct: [INFO] [stdout] 117 | | alpha: NOTAG TYPE i32, [INFO] [stdout] 118 | | beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 119 | | gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 120 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:78:41 [INFO] [stdout] | [INFO] [stdout] 78 | "IMPLICIT" => try!(i.encode_implicit($tagval, match stringify!($tagclass) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | / der_sequence!{TestStruct: [INFO] [stdout] 117 | | alpha: NOTAG TYPE i32, [INFO] [stdout] 118 | | beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 119 | | gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 120 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:95:36 [INFO] [stdout] | [INFO] [stdout] 95 | "NOTAG" => try!($crate::der::Intermediate::decode(r)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | / der_sequence!{TestStruct: [INFO] [stdout] 117 | | alpha: NOTAG TYPE i32, [INFO] [stdout] 118 | | beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 119 | | gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 120 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:96:39 [INFO] [stdout] | [INFO] [stdout] 96 | "EXPLICIT" => try!($crate::der::Intermediate::decode_explicit(r)).2, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | / der_sequence!{TestStruct: [INFO] [stdout] 117 | | alpha: NOTAG TYPE i32, [INFO] [stdout] 118 | | beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 119 | | gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 120 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 55 | string_type!(IA5String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 56 | string_type!(GraphicString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 56 | string_type!(GraphicString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 57 | string_type!(VisibleString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 57 | string_type!(VisibleString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 58 | string_type!(GeneralString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 58 | string_type!(GeneralString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 59 | string_type!(UniversalString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 59 | string_type!(UniversalString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:97:39 [INFO] [stdout] | [INFO] [stdout] 97 | ... "IMPLICIT" => try!($crate::der::Intermediate::decode_implicit(<$field_type>::der_universal_tag() as u32, $crate::der::Class::Univer... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | / der_sequence!{TestStruct: [INFO] [stdout] 117 | | alpha: NOTAG TYPE i32, [INFO] [stdout] 118 | | beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 119 | | gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 120 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:100:53 [INFO] [stdout] | [INFO] [stdout] 100 | let $field_name : $field_type = try!($crate::der::DER::der_from_intermediate(i)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | / der_sequence!{TestStruct: [INFO] [stdout] 117 | | alpha: NOTAG TYPE i32, [INFO] [stdout] 118 | | beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 119 | | gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 120 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:273:17 [INFO] [stdout] | [INFO] [stdout] 273 | try!(match self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | der_enumerated!(TestEnum, Alpha, Beta, Gamma); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:282:27 [INFO] [stdout] | [INFO] [stdout] 282 | let val = try!(i32::der_decode(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | der_enumerated!(TestEnum, Alpha, Beta, Gamma); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:168:33 [INFO] [stdout] | [INFO] [stdout] 168 | let i = try!(val.der_intermediate()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | / der_choice!{TestChoice: [INFO] [stdout] 162 | | Alpha: NOTAG TYPE i32, [INFO] [stdout] 163 | | Beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 164 | | Gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:170:40 [INFO] [stdout] | [INFO] [stdout] 170 | ... "NOTAG" => try!(i.encode(w)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | / der_choice!{TestChoice: [INFO] [stdout] 162 | | Alpha: NOTAG TYPE i32, [INFO] [stdout] 163 | | Beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 164 | | Gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:171:45 [INFO] [stdout] | [INFO] [stdout] 171 | ... $("EXPLICIT" => try!(i.encode_explicit($tagval, match stringify!($tagclass) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | / der_choice!{TestChoice: [INFO] [stdout] 162 | | Alpha: NOTAG TYPE i32, [INFO] [stdout] 163 | | Beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 164 | | Gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:178:43 [INFO] [stdout] | [INFO] [stdout] 178 | ... "IMPLICIT" => try!(i.encode_implicit($tagval, match stringify!($tagclass) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | / der_choice!{TestChoice: [INFO] [stdout] 162 | | Alpha: NOTAG TYPE i32, [INFO] [stdout] 163 | | Beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 164 | | Gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:194:25 [INFO] [stdout] | [INFO] [stdout] 194 | let i = try!($crate::der::Intermediate::decode(r)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | / der_choice!{TestChoice: [INFO] [stdout] 162 | | Alpha: NOTAG TYPE i32, [INFO] [stdout] 163 | | Beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 164 | | Gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:198:67 [INFO] [stdout] | [INFO] [stdout] 198 | ... return Ok($choice_name::$variant_name(try!(<$variant_type>::der_from_intermediate(i)))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | / der_choice!{TestChoice: [INFO] [stdout] 162 | | Alpha: NOTAG TYPE i32, [INFO] [stdout] 163 | | Beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 164 | | Gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:207:67 [INFO] [stdout] | [INFO] [stdout] 207 | ... return Ok($choice_name::$variant_name(try!(<$variant_type>::der_from_bytes(i.content)))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | / der_choice!{TestChoice: [INFO] [stdout] 162 | | Alpha: NOTAG TYPE i32, [INFO] [stdout] 163 | | Beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 164 | | Gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/der/macros.rs:219:67 [INFO] [stdout] | [INFO] [stdout] 219 | ... return Ok($choice_name::$variant_name(try!(<$variant_type>::der_from_intermediate(i)))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | / der_choice!{TestChoice: [INFO] [stdout] 162 | | Alpha: NOTAG TYPE i32, [INFO] [stdout] 163 | | Beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 164 | | Gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/any.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | Ok(Any { i: try!(val.der_intermediate()) }) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 60 | string_type!(CharacterString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 60 | string_type!(CharacterString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | string_type!(NumericString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | string_type!(NumericString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | string_type!(PrintableString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | string_type!(PrintableString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | string_type!(T61String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | string_type!(T61String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | string_type!(VideotexString); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | string_type!(VideotexString); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | string_type!(IA5String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | string_type!(IA5String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | string_type!(GraphicString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | string_type!(GraphicString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | string_type!(VisibleString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | string_type!(VisibleString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | string_type!(GeneralString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | string_type!(GeneralString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | string_type!(UniversalString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | string_type!(UniversalString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | try!(w.write(self.0.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | string_type!(CharacterString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types/strings.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | try!(encoded.read_to_string(&mut buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | string_type!(CharacterString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/der/tag.rs:9:37 [INFO] [stdout] | [INFO] [stdout] 9 | ... w: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/tag.rs:41:37 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn der_decode_tag_bytes(r: &mut Read) -> io::Result<(usize, u32, Class, ContentType)> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/length.rs:5:55 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn der_encode_length_bytes(length: usize, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/length.rs:27:40 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn der_decode_length_bytes(r: &mut Read) -> io::Result<(usize, usize)> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:50:34 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn encode(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:58:67 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn encode_explicit(&self, tag: u32, class: Class, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:69:67 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn encode_implicit(&self, tag: u32, class: Class, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn decode(r: &mut Read) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:92:36 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn decode_explicit(r: &mut Read) -> io::Result<(u32, Class, Intermediate)> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/intermediate.rs:101:36 [INFO] [stdout] | [INFO] [stdout] 101 | ... r: &mut Read) [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:47:42 [INFO] [stdout] | [INFO] [stdout] 47 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()>; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:49:35 [INFO] [stdout] | [INFO] [stdout] 49 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result; [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:60:34 [INFO] [stdout] | [INFO] [stdout] 60 | fn der_encode(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | fn der_decode(r: &mut Read) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:98:42 [INFO] [stdout] | [INFO] [stdout] 98 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:106:35 [INFO] [stdout] | [INFO] [stdout] 106 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:127:42 [INFO] [stdout] | [INFO] [stdout] 127 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:147:35 [INFO] [stdout] | [INFO] [stdout] 147 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:191:42 [INFO] [stdout] | [INFO] [stdout] 191 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:196:35 [INFO] [stdout] | [INFO] [stdout] 196 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:213:42 [INFO] [stdout] | [INFO] [stdout] 213 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:218:35 [INFO] [stdout] | [INFO] [stdout] 218 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:235:42 [INFO] [stdout] | [INFO] [stdout] 235 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:242:35 [INFO] [stdout] | [INFO] [stdout] 242 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:261:42 [INFO] [stdout] | [INFO] [stdout] 261 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/der.rs:266:35 [INFO] [stdout] | [INFO] [stdout] 266 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/der/macros.rs:65:50 [INFO] [stdout] | [INFO] [stdout] 65 | fn der_encode_content(&self, w: &mut ::std::io::Write) -> ::std::io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Write)` [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | / der_sequence!{TestStruct: [INFO] [stdout] 117 | | alpha: NOTAG TYPE i32, [INFO] [stdout] 118 | | beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 119 | | gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 120 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/der/macros.rs:92:43 [INFO] [stdout] | [INFO] [stdout] 92 | fn der_decode_content(r: &mut ::std::io::Read, _: usize) -> ::std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Read)` [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | / der_sequence!{TestStruct: [INFO] [stdout] 117 | | alpha: NOTAG TYPE i32, [INFO] [stdout] 118 | | beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 119 | | gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 120 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/der/macros.rs:271:50 [INFO] [stdout] | [INFO] [stdout] 271 | fn der_encode_content(&self, w: &mut ::std::io::Write) -> ::std::io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Write)` [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | der_enumerated!(TestEnum, Alpha, Beta, Gamma); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/der/macros.rs:279:43 [INFO] [stdout] | [INFO] [stdout] 279 | fn der_decode_content(r: &mut ::std::io::Read, _: usize) -> ::std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Read)` [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | der_enumerated!(TestEnum, Alpha, Beta, Gamma); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/der/macros.rs:164:50 [INFO] [stdout] | [INFO] [stdout] 164 | fn der_encode_content(&self, w: &mut ::std::io::Write) -> ::std::io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Write)` [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | / der_choice!{TestChoice: [INFO] [stdout] 162 | | Alpha: NOTAG TYPE i32, [INFO] [stdout] 163 | | Beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 164 | | Gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/der/macros.rs:192:43 [INFO] [stdout] | [INFO] [stdout] 192 | fn der_decode_content(r: &mut ::std::io::Read, _: usize) -> ::std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Read)` [INFO] [stdout] | [INFO] [stdout] ::: src/der/test.rs:161:1 [INFO] [stdout] | [INFO] [stdout] 161 | / der_choice!{TestChoice: [INFO] [stdout] 162 | | Alpha: NOTAG TYPE i32, [INFO] [stdout] 163 | | Beta: EXPLICIT TAG CONTEXT 42; TYPE bool, [INFO] [stdout] 164 | | Gamma: IMPLICIT TAG APPLICATION 397; TYPE String, [INFO] [stdout] 165 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/any.rs:47:42 [INFO] [stdout] | [INFO] [stdout] 47 | fn der_encode_content(&self, _: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/any.rs:51:35 [INFO] [stdout] | [INFO] [stdout] 51 | fn der_decode_content(_: &mut Read, _: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/null.rs:17:42 [INFO] [stdout] | [INFO] [stdout] 17 | fn der_encode_content(&self, _: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/null.rs:21:35 [INFO] [stdout] | [INFO] [stdout] 21 | fn der_decode_content(_: &mut Read, length: usize) -> io::Result { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 51 | string_type!(NumericString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 51 | string_type!(NumericString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 52 | string_type!(PrintableString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 52 | string_type!(PrintableString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 53 | string_type!(T61String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 53 | string_type!(T61String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 54 | string_type!(VideotexString); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 54 | string_type!(VideotexString); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 55 | string_type!(IA5String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 55 | string_type!(IA5String); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 56 | string_type!(GraphicString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 56 | string_type!(GraphicString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 57 | string_type!(VisibleString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 57 | string_type!(VisibleString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 58 | string_type!(GeneralString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 58 | string_type!(GeneralString); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 59 | string_type!(UniversalString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 59 | string_type!(UniversalString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:36:50 [INFO] [stdout] | [INFO] [stdout] 36 | fn der_encode_content(&self, w: &mut Write) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] ... [INFO] [stdout] 60 | string_type!(CharacterString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/types/strings.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | fn der_decode_content(r: &mut Read, length: usize) -> io::Result<$name> { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] ... [INFO] [stdout] 60 | string_type!(CharacterString); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 129 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/der_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / der_sequence!{ [INFO] [stdout] 12 | | User: [INFO] [stdout] 13 | | name: NOTAG TYPE String, [INFO] [stdout] 14 | | male: NOTAG TYPE bool, [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/der_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / der_sequence!{ [INFO] [stdout] 12 | | User: [INFO] [stdout] 13 | | name: NOTAG TYPE String, [INFO] [stdout] 14 | | male: NOTAG TYPE bool, [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/der_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / der_sequence!{ [INFO] [stdout] 12 | | User: [INFO] [stdout] 13 | | name: NOTAG TYPE String, [INFO] [stdout] 14 | | male: NOTAG TYPE bool, [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/der_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / der_sequence!{ [INFO] [stdout] 12 | | User: [INFO] [stdout] 13 | | name: NOTAG TYPE String, [INFO] [stdout] 14 | | male: NOTAG TYPE bool, [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/der_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / der_sequence!{ [INFO] [stdout] 12 | | User: [INFO] [stdout] 13 | | name: NOTAG TYPE String, [INFO] [stdout] 14 | | male: NOTAG TYPE bool, [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/der_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / der_sequence!{ [INFO] [stdout] 12 | | User: [INFO] [stdout] 13 | | name: NOTAG TYPE String, [INFO] [stdout] 14 | | male: NOTAG TYPE bool, [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 153 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/sequence_poc.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | try!(try!(self.a.der_intermediate()).encode_explicit(12, asn1::der::Class::Application, w)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/sequence_poc.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | try!(try!(self.a.der_intermediate()).encode_explicit(12, asn1::der::Class::Application, w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/sequence_poc.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | try!(try!(self.b.der_intermediate()).encode_explicit(8, asn1::der::Class::ContextSpecific, w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/sequence_poc.rs:24:14 [INFO] [stdout] | [INFO] [stdout] 24 | try!(try!(self.b.der_intermediate()).encode_explicit(8, asn1::der::Class::ContextSpecific, w)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/sequence_poc.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | let a: i32 = try!(asn1::der::DER::der_from_intermediate(try!(asn1::der::Intermediate::decode_explicit(r)).2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/sequence_poc.rs:29:65 [INFO] [stdout] | [INFO] [stdout] 29 | let a: i32 = try!(asn1::der::DER::der_from_intermediate(try!(asn1::der::Intermediate::decode_explicit(r)).2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/sequence_poc.rs:30:23 [INFO] [stdout] | [INFO] [stdout] 30 | let b: bool = try!(asn1::der::DER::der_from_intermediate(try!(asn1::der::Intermediate::decode_explicit(r)).2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/sequence_poc.rs:30:66 [INFO] [stdout] | [INFO] [stdout] 30 | let b: bool = try!(asn1::der::DER::der_from_intermediate(try!(asn1::der::Intermediate::decode_explicit(r)).2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/sequence_poc.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/sequence_poc.rs:22:42 [INFO] [stdout] | [INFO] [stdout] 22 | fn der_encode_content(&self, w: &mut ::std::io::Write) -> ::std::io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Write)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/sequence_poc.rs:28:35 [INFO] [stdout] | [INFO] [stdout] 28 | fn der_decode_content(r: &mut ::std::io::Read, _: usize) -> ::std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::io::Read)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/xer_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | implement_xer!(User, name, id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/xer_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | implement_xer!(User, name, id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/xer_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | implement_xer!(User, name, id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/xer_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | implement_xer!(User, name, id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/xer_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | implement_xer!(User, name, id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/xer_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | implement_xer!(User, name, id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/xer_test.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | implement_xer!(User, name, id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.37s [INFO] running `Command { std: "docker" "inspect" "269796cba6f77f03f803c76d902882e84dde0a7e1c68c9a2236bd5aa7812a5cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "269796cba6f77f03f803c76d902882e84dde0a7e1c68c9a2236bd5aa7812a5cc", kill_on_drop: false }` [INFO] [stdout] 269796cba6f77f03f803c76d902882e84dde0a7e1c68c9a2236bd5aa7812a5cc