[INFO] fetching crate asn1-cereal 0.2.0... [INFO] building asn1-cereal-0.2.0 against try#9b5e8b16bd1c4acf4cf8e6880368314cf021a987+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate asn1-cereal 0.2.0 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate asn1-cereal 0.2.0 on toolchain 9b5e8b16bd1c4acf4cf8e6880368314cf021a987 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b5e8b16bd1c4acf4cf8e6880368314cf021a987" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate asn1-cereal 0.2.0 [INFO] finished tweaking crates.io crate asn1-cereal 0.2.0 [INFO] tweaked toml for crates.io crate asn1-cereal 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b5e8b16bd1c4acf4cf8e6880368314cf021a987" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 21 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b5e8b16bd1c4acf4cf8e6880368314cf021a987" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9b5e8b16bd1c4acf4cf8e6880368314cf021a987" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a688d5dd1440e56e64a96ec1bd3615b7d762a922d677717c2f9e9435c66e032a [INFO] running `Command { std: "docker" "start" "-a" "a688d5dd1440e56e64a96ec1bd3615b7d762a922d677717c2f9e9435c66e032a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a688d5dd1440e56e64a96ec1bd3615b7d762a922d677717c2f9e9435c66e032a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a688d5dd1440e56e64a96ec1bd3615b7d762a922d677717c2f9e9435c66e032a", kill_on_drop: false }` [INFO] [stdout] a688d5dd1440e56e64a96ec1bd3615b7d762a922d677717c2f9e9435c66e032a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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 -Dtail-expr-drop-order" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9b5e8b16bd1c4acf4cf8e6880368314cf021a987" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c49a303f45567da1678cc5ad135293d343a6cd7859dbe203e399c0210e14fbd6 [INFO] running `Command { std: "docker" "start" "-a" "c49a303f45567da1678cc5ad135293d343a6cd7859dbe203e399c0210e14fbd6", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling asn1-cereal v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | let tag_byte = try!(read_byte(bytes)); [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/tag.rs:96:24 [INFO] [stdout] | [INFO] [stdout] 96 | let tag_more = try!(read_byte(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:128:7 [INFO] [stdout] | [INFO] [stdout] 128 | try!(write_byte(writer, tag_byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:136:7 [INFO] [stdout] | [INFO] [stdout] 136 | try!(write_byte(writer, tag_byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | try!(write_byte(writer, tag_part)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:189:8 [INFO] [stdout] | [INFO] [stdout] 189 | if try!(read_byte(bytes)) != 0x00 || [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:190:8 [INFO] [stdout] | [INFO] [stdout] 190 | try!(read_byte(bytes)) != 0x00 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:197:5 [INFO] [stdout] | [INFO] [stdout] 197 | try!(write_byte(writer, 0x0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | try!(write_byte(writer, 0x0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:205:20 [INFO] [stdout] | [INFO] [stdout] 205 | let len_byte = try!(read_byte(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:215:28 [INFO] [stdout] | [INFO] [stdout] 215 | let len_more = try!(read_byte(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:230:21 [INFO] [stdout] | [INFO] [stdout] 230 | Len::Indef => try!(write_byte(writer, 0x80)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 232 | try!(write_byte(writer, l as u8)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:257:11 [INFO] [stdout] | [INFO] [stdout] 257 | try!(write_byte(writer, len_part)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:254:13 [INFO] [stdout] | [INFO] [stdout] 254 | try!(write_byte(writer, 0x80 | (offset + 1))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | let tag = try!(Tag::read_tag(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:328:13 [INFO] [stdout] | [INFO] [stdout] 328 | let len = try!(Len::read_len(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:334:3 [INFO] [stdout] | [INFO] [stdout] 334 | try!(tag.write_tag(writer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/tag.rs:335:3 [INFO] [stdout] | [INFO] [stdout] 335 | try!(len.write_len(writer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/byte.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | match try!(writer.write(&buf)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/stream.rs:91:22 [INFO] [stdout] | [INFO] [stdout] 91 | let (tag, len) = try!(tag::read_taglen(&mut self.reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/stream.rs:116:38 [INFO] [stdout] | [INFO] [stdout] 116 | let (child_tag, child_len) = try!(self._decode()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/stream.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 129 | let len_num = try!(match len { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/traits.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | try!(tag.write_tag(writer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/traits.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | try!(tag::Len::Indef.write_len(writer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/traits.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | try!(self.serialize_value(e, writer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/traits.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | try!(tag::Len::write_indef_end(writer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/traits.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | try!(self.serialize_value(e, &mut bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/traits.rs:58:7 [INFO] [stdout] | [INFO] [stdout] 58 | try!(tag::Len::write_len(Some(bytes.len() as tag::LenNum).into(), writer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/traits.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | try!(writer.write_all(&bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/traits.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | let (tag, len) = try!(tag::read_taglen(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/traits.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | let item: Self = try!(Self::deserialize_value(e, reader, len)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/traits.rs:138:7 [INFO] [stdout] | [INFO] [stdout] 138 | try!(tag::Len::read_indef_end(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/prim.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | try!(writer.write_all(&self.0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/prim.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | let len_num = try!(len.as_num().ok_or(err::DecodeError::PrimIndef)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/prim.rs:31:20 [INFO] [stdout] | [INFO] [stdout] 31 | Ok(OctetString(try!(bytes))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | try!(write_byte(writer, *self as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | ber_cereal_int!(i8, 1, false); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | try!(write_byte(writer, byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | ber_cereal_int!(i16, 2, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | try!(write_byte(writer, 0x00)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | ber_cereal_int!(i16, 2, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | try!(write_byte(writer, 0 as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | ber_cereal_int!(i16, 2, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | let len_num = try!(len.as_num().ok_or(err::DecodeError::PrimIndef)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | ber_cereal_int!(i16, 2, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | int = try!(read_byte(reader)) as $rs_type; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | ber_cereal_int!(i16, 2, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | let byte = try!(read_byte(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | ber_cereal_int!(i16, 2, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | try!(write_byte(writer, byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | ber_cereal_int!(i32, 4, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | try!(write_byte(writer, 0x00)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | ber_cereal_int!(i32, 4, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | try!(write_byte(writer, 0 as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | ber_cereal_int!(i32, 4, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | let len_num = try!(len.as_num().ok_or(err::DecodeError::PrimIndef)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | ber_cereal_int!(i32, 4, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | int = try!(read_byte(reader)) as $rs_type; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | ber_cereal_int!(i32, 4, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | let byte = try!(read_byte(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | ber_cereal_int!(i32, 4, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | try!(write_byte(writer, byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | ber_cereal_int!(i64, 8, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | try!(write_byte(writer, 0x00)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | ber_cereal_int!(i64, 8, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | try!(write_byte(writer, 0 as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | ber_cereal_int!(i64, 8, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | let len_num = try!(len.as_num().ok_or(err::DecodeError::PrimIndef)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | ber_cereal_int!(i64, 8, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | int = try!(read_byte(reader)) as $rs_type; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | ber_cereal_int!(i64, 8, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | let byte = try!(read_byte(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | ber_cereal_int!(i64, 8, false); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | try!(write_byte(writer, *self as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | ber_cereal_int!(u8, 1, true); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | try!(write_byte(writer, byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | ber_cereal_int!(u16, 2, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | try!(write_byte(writer, 0x00)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | ber_cereal_int!(u16, 2, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | try!(write_byte(writer, 0 as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | ber_cereal_int!(u16, 2, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | let len_num = try!(len.as_num().ok_or(err::DecodeError::PrimIndef)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | ber_cereal_int!(u16, 2, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | int = try!(read_byte(reader)) as $rs_type; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | ber_cereal_int!(u16, 2, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | let byte = try!(read_byte(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | ber_cereal_int!(u16, 2, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | try!(write_byte(writer, byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | ber_cereal_int!(u32, 4, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | try!(write_byte(writer, 0x00)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | ber_cereal_int!(u32, 4, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | try!(write_byte(writer, 0 as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | ber_cereal_int!(u32, 4, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | let len_num = try!(len.as_num().ok_or(err::DecodeError::PrimIndef)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | ber_cereal_int!(u32, 4, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | int = try!(read_byte(reader)) as $rs_type; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | ber_cereal_int!(u32, 4, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | let byte = try!(read_byte(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | ber_cereal_int!(u32, 4, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | try!(write_byte(writer, byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | ber_cereal_int!(u64, 8, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | try!(write_byte(writer, 0x00)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | ber_cereal_int!(u64, 8, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | try!(write_byte(writer, 0 as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | ber_cereal_int!(u64, 8, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | let len_num = try!(len.as_num().ok_or(err::DecodeError::PrimIndef)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | ber_cereal_int!(u64, 8, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | int = try!(read_byte(reader)) as $rs_type; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | ber_cereal_int!(u64, 8, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | let byte = try!(read_byte(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | ber_cereal_int!(u64, 8, true); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | try!(write_byte(writer, byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | ber_cereal_int! { isize, 8, false } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | try!(write_byte(writer, 0x00)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | ber_cereal_int! { isize, 8, false } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | try!(write_byte(writer, 0 as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | ber_cereal_int! { isize, 8, false } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | let len_num = try!(len.as_num().ok_or(err::DecodeError::PrimIndef)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | ber_cereal_int! { isize, 8, false } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | int = try!(read_byte(reader)) as $rs_type; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | ber_cereal_int! { isize, 8, false } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | let byte = try!(read_byte(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | ber_cereal_int! { isize, 8, false } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | try!(write_byte(writer, byte)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | ber_cereal_int! { usize, 8, true } [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | try!(write_byte(writer, 0x00)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | ber_cereal_int! { usize, 8, true } [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | try!(write_byte(writer, 0 as u8)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | ber_cereal_int! { usize, 8, true } [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | let len_num = try!(len.as_num().ok_or(err::DecodeError::PrimIndef)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | ber_cereal_int! { usize, 8, true } [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | int = try!(read_byte(reader)) as $rs_type; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | ber_cereal_int! { usize, 8, true } [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/int.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | let byte = try!(read_byte(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | ber_cereal_int! { usize, 8, true } [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_cereal_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/str.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | try!(writer.write_all(self.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/str.rs:40:19 [INFO] [stdout] | [INFO] [stdout] 40 | let len_num = try!(len.as_num().ok_or(err::DecodeError::PrimIndef)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/str.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | match String::from_utf8(try!(bytes)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/bool.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | try!(write_byte(writer, if *self { 0x01 } else { 0x00 })); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/bool.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | let len_num = try!(len.as_num().ok_or(err::DecodeError::PrimIndef)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/bool.rs:26:18 [INFO] [stdout] | [INFO] [stdout] 26 | let byte = try!(read_byte(reader)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/seq_of.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | try!($crate::BerSerialize::serialize_enc(item, e, writer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 163 | ber_sequence_of!(Vec => T); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_sequence_of_serialize` which comes from the expansion of the macro `ber_sequence_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/seq_of.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | Ok(try!(v)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 163 | ber_sequence_of!(Vec => T); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_sequence_of_deserialize` which comes from the expansion of the macro `ber_sequence_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/seq_of.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | try!($crate::BerSerialize::serialize_enc(item, e, writer)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | ber_sequence_of!(HashSet => T, T: Eq + Hash); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_sequence_of_serialize` which comes from the expansion of the macro `ber_sequence_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ber/serial/seq_of.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | Ok(try!(v)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | ber_sequence_of!(HashSet => T, T: Eq + Hash); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `ber_sequence_of_deserialize` which comes from the expansion of the macro `ber_sequence_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at compiler/rustc_mir_build/src/builder/scope.rs:1724:17: [INFO] [stdout] error: internal compiler error: compiler/rustc_mir_build/src/builder/scope.rs:1724:17: cannot unwind from goto -> bb132 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7a2d96181caa - ::fmt::h636462e57d5ef1e1 [INFO] [stderr] 1: 0x7a2d96813cbc - core::fmt::write::h067060808ac50eb9 [INFO] [stderr] 2: 0x7a2d97728e11 - std::io::Write::write_fmt::h4674fa2ed7c0dfdd [INFO] [stderr] 3: 0x7a2d96181b02 - std::sys::backtrace::BacktraceLock::print::h0c77148acfb0b5e9 [INFO] [stderr] 4: 0x7a2d96183ffa - std::panicking::default_hook::{{closure}}::h30daa8e7c6ccb09d [INFO] [stderr] 5: 0x7a2d96183e43 - std::panicking::default_hook::h25f21dc0f2064615 [INFO] [stderr] 6: 0x7a2d952eff28 - std[b36e883d67eb0403]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7a2d961847b8 - std::panicking::rust_panic_with_hook::hc98438687e833605 [INFO] [stderr] 8: 0x7a2d9532a341 - std[b36e883d67eb0403]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x7a2d9531f526 - std[b36e883d67eb0403]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x7a2d9531f50d - std[b36e883d67eb0403]::panicking::begin_panic:: [INFO] [stderr] 11: 0x7a2d953342a1 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x7a2d95884fdc - ::span_bug:: [INFO] [stderr] 13: 0x7a2d9590a897 - rustc_middle[8ad6e8ce52578819]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x7a2d958f006a - rustc_middle[8ad6e8ce52578819]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x7a2d958efefb - rustc_middle[8ad6e8ce52578819]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x7a2d93d34437 - rustc_middle[8ad6e8ce52578819]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x7a2d971d541b - ::build_unwind_tree [INFO] [stderr] 18: 0x7a2d971cd7cd - rustc_mir_build[73684a27b88b946a]::builder::mir_build [INFO] [stderr] 19: 0x7a2d96807714 - rustc_mir_transform[857cd804783fef4d]::mir_built [INFO] [stderr] 20: 0x7a2d968076d7 - rustc_query_impl[1e55094a59e290f4]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 21: 0x7a2d96a953d1 - rustc_query_system[67781f9dc633c543]::query::plumbing::try_execute_query::, rustc_query_system[67781f9dc633c543]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1e55094a59e290f4]::plumbing::QueryCtxt, false> [INFO] [stderr] 22: 0x7a2d96a94f8d - rustc_query_impl[1e55094a59e290f4]::query_impl::mir_built::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 23: 0x7a2d93867185 - rustc_mir_build[73684a27b88b946a]::check_unsafety::check_unsafety [INFO] [stderr] 24: 0x7a2d970e98a7 - rustc_query_impl[1e55094a59e290f4]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 25: 0x7a2d970e9b69 - rustc_query_system[67781f9dc633c543]::query::plumbing::try_execute_query::, rustc_query_system[67781f9dc633c543]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1e55094a59e290f4]::plumbing::QueryCtxt, false> [INFO] [stderr] 26: 0x7a2d970e97d1 - rustc_query_impl[1e55094a59e290f4]::query_impl::check_unsafety::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 27: 0x7a2d96c9bd32 - rustc_interface[b59e7ee7606ca029]::passes::run_required_analyses [INFO] [stderr] 28: 0x7a2d9772cc9e - rustc_interface[b59e7ee7606ca029]::passes::analysis [INFO] [stderr] 29: 0x7a2d9772cc6f - rustc_query_impl[1e55094a59e290f4]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 30: 0x7a2d9777b355 - rustc_query_system[67781f9dc633c543]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e55094a59e290f4]::plumbing::QueryCtxt, false> [INFO] [stderr] 31: 0x7a2d9777b08e - rustc_query_impl[1e55094a59e290f4]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 32: 0x7a2d977701de - rustc_interface[b59e7ee7606ca029]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[be5855d19ccc8b6c]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 33: 0x7a2d977dff51 - rustc_interface[b59e7ee7606ca029]::interface::run_compiler::<(), rustc_driver_impl[be5855d19ccc8b6c]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 34: 0x7a2d976f5087 - std[b36e883d67eb0403]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 35: 0x7a2d976f551c - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[303105738bd0c2ae]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 36: 0x7a2d976f6aef - std::sys::pal::unix::thread::Thread::new::thread_start::ha554cc4ba6335b05 [INFO] [stderr] 37: 0x7a2d98e19ac3 - [INFO] [stderr] 38: 0x7a2d98eaaa04 - clone [INFO] [stderr] 39: 0x0 - [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-01-01T03_40_08-9.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.85.0-nightly (9b5e8b16b 2024-12-19) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [mir_built] building MIR for `ber::stream::::_decode` [INFO] [stderr] #1 [check_unsafety] unsafety-checking `ber::stream::::_decode` [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `asn1-cereal` (lib); 96 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/9b5e8b16bd1c4acf4cf8e6880368314cf021a987/bin/rustc --crate-name asn1_cereal --edition=2015 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "default"))' -C metadata=e0f8dddb1e0f065d -C extra-filename=-e90860ca5f8ad21b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-c2280e82187d60ac.rmeta --cap-lints=forbid -Dtail-expr-drop-order` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "c49a303f45567da1678cc5ad135293d343a6cd7859dbe203e399c0210e14fbd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c49a303f45567da1678cc5ad135293d343a6cd7859dbe203e399c0210e14fbd6", kill_on_drop: false }` [INFO] [stdout] c49a303f45567da1678cc5ad135293d343a6cd7859dbe203e399c0210e14fbd6