[INFO] fetching crate nbt 0.1.2...
[INFO] checking nbt-0.1.2 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate nbt 0.1.2 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate nbt 0.1.2 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nbt 0.1.2
[INFO] finished tweaking crates.io crate nbt 0.1.2
[INFO] tweaked toml for crates.io crate nbt 0.1.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 18b9abb71e7c7d0d3439f34e3457ccb3ab91a3cd042713ae44d39453e403b08b
[INFO] running `Command { std: "docker" "start" "-a" "18b9abb71e7c7d0d3439f34e3457ccb3ab91a3cd042713ae44d39453e403b08b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "18b9abb71e7c7d0d3439f34e3457ccb3ab91a3cd042713ae44d39453e403b08b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18b9abb71e7c7d0d3439f34e3457ccb3ab91a3cd042713ae44d39453e403b08b", kill_on_drop: false }`
[INFO] [stdout] 18b9abb71e7c7d0d3439f34e3457ccb3ab91a3cd042713ae44d39453e403b08b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6c82f56f28a8c144ab1c162f2a2af741b2c3c72ca9d9969bc2fc8c79655f381c
[INFO] running `Command { std: "docker" "start" "-a" "6c82f56f28a8c144ab1c162f2a2af741b2c3c72ca9d9969bc2fc8c79655f381c", kill_on_drop: false }`
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking nbt v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(core_intrinsics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/types.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already imported by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/decode.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already imported by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     try!(reader.read(&mut raw_name_len));
[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/decode.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         try!(reader.read(&mut *raw_name_dat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     try!(reader.read(&mut *slice));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:47:43
[INFO] [stdout]    |
[INFO] [stdout] 47 |         TagType::Byte   => Ok(Tag::Byte(  try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:48:43
[INFO] [stdout]    |
[INFO] [stdout] 48 |         TagType::Short  => Ok(Tag::Short( try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:49:43
[INFO] [stdout]    |
[INFO] [stdout] 49 |         TagType::Int    => Ok(Tag::Int(   try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:50:43
[INFO] [stdout]    |
[INFO] [stdout] 50 |         TagType::Long   => Ok(Tag::Long(  try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:51:43
[INFO] [stdout]    |
[INFO] [stdout] 51 |         TagType::Float  => Ok(Tag::Float( try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:52:43
[INFO] [stdout]    |
[INFO] [stdout] 52 |         TagType::Double => Ok(Tag::Double(try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |             try!(reader.read(bytes.as_mut_slice()));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:63:43
[INFO] [stdout]    |
[INFO] [stdout] 63 |         TagType::String => Ok(Tag::String(try!(read_string(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:66:22
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let et = try!(read_primitive::<_, i8>(reader));
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:78:26
[INFO] [stdout]    |
[INFO] [stdout] 78 |                 vec.push(try!(read_value(reader, tt.unwrap())));
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:102:23
[INFO] [stdout]     |
[INFO] [stdout] 102 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:106:27
[INFO] [stdout]     |
[INFO] [stdout] 106 |                 ints.push(try!(read_primitive::<_, i32>(reader)));
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(core_intrinsics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     try!(reader.read(&mut header));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let name = try!(read_string(reader));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:124:17
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let v = try!(read_value(reader, t));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/types.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already imported by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/decode.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already imported by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:151:55
[INFO] [stdout]     |
[INFO] [stdout] 151 |                 Compression::Uncompressed => Box::new(try!(File::open(file))),
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     try!(reader.read(&mut raw_name_len));
[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/decode.rs:153:50
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `flate2` is imported redundantly
[INFO] [stdout]  --> src/encode.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use flate2;
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/lib.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | extern crate flate2;
[INFO] [stdout]   | -------------------- the item `flate2` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         try!(reader.read(&mut *raw_name_dat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Ok(try!(writer.write(&i.to_bytes()).map(|_| ())))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     try!(reader.read(&mut *slice));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     try!(write_primitive(writer, s.len() as i16));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Ok(try!(writer.write(s.as_bytes()).map(|_| ())))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 |         Tag::Byte(x)   => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |         Tag::Short(x)  => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:27:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |         Tag::Int(x)    => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:47:43
[INFO] [stdout]    |
[INFO] [stdout] 47 |         TagType::Byte   => Ok(Tag::Byte(  try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |         Tag::Long(x)   => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:48:43
[INFO] [stdout]    |
[INFO] [stdout] 48 |         TagType::Short  => Ok(Tag::Short( try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:29:27
[INFO] [stdout]    |
[INFO] [stdout] 29 |         Tag::Float(x)  => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:49:43
[INFO] [stdout]    |
[INFO] [stdout] 49 |         TagType::Int    => Ok(Tag::Int(   try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 |         Tag::Double(x) => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             try!(write_primitive(writer, x.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:50:43
[INFO] [stdout]    |
[INFO] [stdout] 50 |         TagType::Long   => Ok(Tag::Long(  try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |             try!(writer.write(&*x));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:37:31
[INFO] [stdout]    |
[INFO] [stdout] 37 |         Tag::String(ref x) => try!(write_string(writer, x)),
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:51:43
[INFO] [stdout]    |
[INFO] [stdout] 51 |         TagType::Float  => Ok(Tag::Float( try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             try!(write_primitive(writer, x.element_type.to_binary() as i8));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:52:43
[INFO] [stdout]    |
[INFO] [stdout] 52 |         TagType::Double => Ok(Tag::Double(try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |             try!(write_primitive(writer, x.elements.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 try!(write_value(writer, i));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |             try!(reader.read(bytes.as_mut_slice()));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:53:13
[INFO] [stdout]    |
[INFO] [stdout] 53 |             try!(write_primitive(writer, 0_i8));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 |                 try!(write_tag(writer, (nam, val)));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |             try!(write_primitive(writer, x.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |                 try!(write_primitive(writer, *i));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:63:43
[INFO] [stdout]    |
[INFO] [stdout] 63 |         TagType::String => Ok(Tag::String(try!(read_string(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     try!(write_primitive(writer, tag.1.get_type().to_binary() as i8));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:66:22
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let et = try!(read_primitive::<_, i8>(reader));
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     try!(write_string(writer, tag.0));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     try!(write_value(writer, tag.1));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:78:26
[INFO] [stdout]    |
[INFO] [stdout] 78 |                 vec.push(try!(read_value(reader, tt.unwrap())));
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 73 |     Ok(try!(writer.flush()))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:102:23
[INFO] [stdout]     |
[INFO] [stdout] 102 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:97:30
[INFO] [stdout]    |
[INFO] [stdout] 97 |                     Box::new(try!(OpenOptions::new()
[INFO] [stdout]    |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode.rs:105:25
[INFO] [stdout]     |
[INFO] [stdout] 105 |                         try!(OpenOptions::new()
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:106:27
[INFO] [stdout]     |
[INFO] [stdout] 106 |                 ints.push(try!(read_primitive::<_, i32>(reader)));
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     try!(reader.read(&mut header));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let name = try!(read_string(reader));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:124:17
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let v = try!(read_value(reader, t));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:151:55
[INFO] [stdout]     |
[INFO] [stdout] 151 |                 Compression::Uncompressed => Box::new(try!(File::open(file))),
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:153:50
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `flate2` is imported redundantly
[INFO] [stdout]  --> src/encode.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use flate2;
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/lib.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | extern crate flate2;
[INFO] [stdout]   | -------------------- the item `flate2` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Ok(try!(writer.write(&i.to_bytes()).map(|_| ())))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     try!(write_primitive(writer, s.len() as i16));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Ok(try!(writer.write(s.as_bytes()).map(|_| ())))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 |         Tag::Byte(x)   => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |         Tag::Short(x)  => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:27:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |         Tag::Int(x)    => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |         Tag::Long(x)   => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:29:27
[INFO] [stdout]    |
[INFO] [stdout] 29 |         Tag::Float(x)  => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 |         Tag::Double(x) => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             try!(write_primitive(writer, x.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |             try!(writer.write(&*x));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:37:31
[INFO] [stdout]    |
[INFO] [stdout] 37 |         Tag::String(ref x) => try!(write_string(writer, x)),
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             try!(write_primitive(writer, x.element_type.to_binary() as i8));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |             try!(write_primitive(writer, x.elements.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 try!(write_value(writer, i));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:53:13
[INFO] [stdout]    |
[INFO] [stdout] 53 |             try!(write_primitive(writer, 0_i8));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 |                 try!(write_tag(writer, (nam, val)));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |             try!(write_primitive(writer, x.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |                 try!(write_primitive(writer, *i));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     try!(write_primitive(writer, tag.1.get_type().to_binary() as i8));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     try!(write_string(writer, tag.0));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     try!(write_value(writer, tag.1));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 73 |     Ok(try!(writer.flush()))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:97:30
[INFO] [stdout]    |
[INFO] [stdout] 97 |                     Box::new(try!(OpenOptions::new()
[INFO] [stdout]    |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode.rs:105:25
[INFO] [stdout]     |
[INFO] [stdout] 105 |                         try!(OpenOptions::new()
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `convert`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(convert)]
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `convert`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(convert)]
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stdout]   --> src/lib.rs:79:32
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn from_bytes(d: &[u8]) -> Option<Self>;
[INFO] [stdout]    |                                ^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]    |
[INFO] [stdout] note: required by an implicit `Sized` bound in `Option`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/option.rs:572:1
[INFO] [stdout] help: consider further restricting `Self`
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn from_bytes(d: &[u8]) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |                                             +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/decode.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |     reader: Box<Read>
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 136 |     reader: Box<dyn Read>
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/encode.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |     writer: Box<Write>
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 78 |     writer: Box<dyn Write>
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stdout]   --> src/lib.rs:79:32
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn from_bytes(d: &[u8]) -> Option<Self>;
[INFO] [stdout]    |                                ^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]    |
[INFO] [stdout] note: required by an implicit `Sized` bound in `Option`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/option.rs:572:1
[INFO] [stdout] help: consider further restricting `Self`
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn from_bytes(d: &[u8]) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |                                             +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/decode.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |     reader: Box<Read>
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 136 |     reader: Box<dyn Read>
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/encode.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |     writer: Box<Write>
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 78 |     writer: Box<dyn Write>
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stdout]   --> src/traits.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn from_nbt(val: &Tag) -> Option<Self>;
[INFO] [stdout]    |                               ^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]    |
[INFO] [stdout] note: required by an implicit `Sized` bound in `Option`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/option.rs:572:1
[INFO] [stdout] help: consider further restricting `Self`
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn from_nbt(val: &Tag) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |                                            +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stdout]   --> src/traits.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn from_nbt(val: &Tag) -> Option<Self>;
[INFO] [stdout]    |                               ^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]    |
[INFO] [stdout] note: required by an implicit `Sized` bound in `Option`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/option.rs:572:1
[INFO] [stdout] help: consider further restricting `Self`
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn from_nbt(val: &Tag) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |                                            +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^^^--------------------------------------^
[INFO] [stdout]     |                              |    |
[INFO] [stdout]     |                              |    this expression has type `flate2::read::GzDecoder<File>`
[INFO] [stdout]     |                              expected `GzDecoder<File>`, found `Result<_, _>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `flate2::read::GzDecoder<File>`
[INFO] [stdout]                  found enum `std::result::Result<_, _>`
[INFO] [stdout]     = note: this error originates in the macro `try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^^^--------------------------------------^
[INFO] [stdout]     |                              |    |
[INFO] [stdout]     |                              |    this expression has type `flate2::read::GzDecoder<File>`
[INFO] [stdout]     |                              expected `GzDecoder<File>`, found `Result<_, _>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `flate2::read::GzDecoder<File>`
[INFO] [stdout]                  found enum `std::result::Result<_, _>`
[INFO] [stdout]     = note: this error originates in the macro `try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `Default` found for struct `flate2::Compression` in the current scope
[INFO] [stdout]    --> src/encode.rs:110:46
[INFO] [stdout]     |
[INFO] [stdout] 110 |                         flate2::Compression::Default))
[INFO] [stdout]     |                                              ^^^^^^^ associated item not found in `Compression`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `flate2::Compression` consider using one of the following associated functions:
[INFO] [stdout]       flate2::Compression::new
[INFO] [stdout]       flate2::Compression::none
[INFO] [stdout]       flate2::Compression::fast
[INFO] [stdout]       flate2::Compression::best
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub const fn new(level: u32) -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     pub const fn none() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 |     pub const fn fast() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub const fn best() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `default` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 110 |                         flate2::Compression::default))
[INFO] [stdout]     |                                              ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^^^--------------------------------------^
[INFO] [stdout]     |                              |    |
[INFO] [stdout]     |                              |    this expression has type `flate2::read::GzDecoder<File>`
[INFO] [stdout]     |                              expected `GzDecoder<File>`, found `Result<_, _>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `flate2::read::GzDecoder<File>`
[INFO] [stdout]                  found enum `std::result::Result<_, _>`
[INFO] [stdout]     = note: this error originates in the macro `try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^^^--------------------------------------^
[INFO] [stdout]     |                              |    |
[INFO] [stdout]     |                              |    this expression has type `flate2::read::GzDecoder<File>`
[INFO] [stdout]     |                              expected `GzDecoder<File>`, found `Result<_, _>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `flate2::read::GzDecoder<File>`
[INFO] [stdout]                  found enum `std::result::Result<_, _>`
[INFO] [stdout]     = note: this error originates in the macro `try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `Default` found for struct `flate2::Compression` in the current scope
[INFO] [stdout]    --> src/encode.rs:110:46
[INFO] [stdout]     |
[INFO] [stdout] 110 |                         flate2::Compression::Default))
[INFO] [stdout]     |                                              ^^^^^^^ associated item not found in `Compression`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `flate2::Compression` consider using one of the following associated functions:
[INFO] [stdout]       flate2::Compression::new
[INFO] [stdout]       flate2::Compression::none
[INFO] [stdout]       flate2::Compression::fast
[INFO] [stdout]       flate2::Compression::best
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub const fn new(level: u32) -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     pub const fn none() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 |     pub const fn fast() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub const fn best() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `default` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 110 |                         flate2::Compression::default))
[INFO] [stdout]     |                                              ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/decode.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let siz = unsafe { std::intrinsics::size_of::<T>() };
[INFO] [stdout]    |               ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/types.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |     let mut list = ListData {
[INFO] [stdout]     |         ----^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/decode.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let siz = unsafe { std::intrinsics::size_of::<T>() };
[INFO] [stdout]    |               ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 55 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nbt` (lib) due to 7 previous errors; 55 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 6 previous errors; 56 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nbt` (lib test) due to 7 previous errors; 56 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6c82f56f28a8c144ab1c162f2a2af741b2c3c72ca9d9969bc2fc8c79655f381c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c82f56f28a8c144ab1c162f2a2af741b2c3c72ca9d9969bc2fc8c79655f381c", kill_on_drop: false }`
[INFO] [stdout] 6c82f56f28a8c144ab1c162f2a2af741b2c3c72ca9d9969bc2fc8c79655f381c
[INFO] checking nbt-0.1.2 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate nbt 0.1.2 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate nbt 0.1.2 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nbt 0.1.2
[INFO] finished tweaking crates.io crate nbt 0.1.2
[INFO] tweaked toml for crates.io crate nbt 0.1.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aa2cb6bfc9457f6292ab5b3408bdbd9b8b14b5b251f4a1439ba39dbc460e2454
[INFO] running `Command { std: "docker" "start" "-a" "aa2cb6bfc9457f6292ab5b3408bdbd9b8b14b5b251f4a1439ba39dbc460e2454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa2cb6bfc9457f6292ab5b3408bdbd9b8b14b5b251f4a1439ba39dbc460e2454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa2cb6bfc9457f6292ab5b3408bdbd9b8b14b5b251f4a1439ba39dbc460e2454", kill_on_drop: false }`
[INFO] [stdout] aa2cb6bfc9457f6292ab5b3408bdbd9b8b14b5b251f4a1439ba39dbc460e2454
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b696a501e04ba6a322dfedb8f45a6d958b5e1b495031276a9a439200ec042873
[INFO] running `Command { std: "docker" "start" "-a" "b696a501e04ba6a322dfedb8f45a6d958b5e1b495031276a9a439200ec042873", kill_on_drop: false }`
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking nbt v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(core_intrinsics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/types.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already imported by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/decode.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already imported by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     try!(reader.read(&mut raw_name_len));
[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/decode.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         try!(reader.read(&mut *raw_name_dat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     try!(reader.read(&mut *slice));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:47:43
[INFO] [stdout]    |
[INFO] [stdout] 47 |         TagType::Byte   => Ok(Tag::Byte(  try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:48:43
[INFO] [stdout]    |
[INFO] [stdout] 48 |         TagType::Short  => Ok(Tag::Short( try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:49:43
[INFO] [stdout]    |
[INFO] [stdout] 49 |         TagType::Int    => Ok(Tag::Int(   try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:50:43
[INFO] [stdout]    |
[INFO] [stdout] 50 |         TagType::Long   => Ok(Tag::Long(  try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:51:43
[INFO] [stdout]    |
[INFO] [stdout] 51 |         TagType::Float  => Ok(Tag::Float( try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:52:43
[INFO] [stdout]    |
[INFO] [stdout] 52 |         TagType::Double => Ok(Tag::Double(try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |             try!(reader.read(bytes.as_mut_slice()));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:63:43
[INFO] [stdout]    |
[INFO] [stdout] 63 |         TagType::String => Ok(Tag::String(try!(read_string(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:66:22
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let et = try!(read_primitive::<_, i8>(reader));
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:78:26
[INFO] [stdout]    |
[INFO] [stdout] 78 |                 vec.push(try!(read_value(reader, tt.unwrap())));
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:102:23
[INFO] [stdout]     |
[INFO] [stdout] 102 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:106:27
[INFO] [stdout]     |
[INFO] [stdout] 106 |                 ints.push(try!(read_primitive::<_, i32>(reader)));
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     try!(reader.read(&mut header));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let name = try!(read_string(reader));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:124:17
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let v = try!(read_value(reader, t));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:151:55
[INFO] [stdout]     |
[INFO] [stdout] 151 |                 Compression::Uncompressed => Box::new(try!(File::open(file))),
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:153:50
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `flate2` is imported redundantly
[INFO] [stdout]  --> src/encode.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use flate2;
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/lib.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | extern crate flate2;
[INFO] [stdout]   | -------------------- the item `flate2` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Ok(try!(writer.write(&i.to_bytes()).map(|_| ())))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     try!(write_primitive(writer, s.len() as i16));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Ok(try!(writer.write(s.as_bytes()).map(|_| ())))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 |         Tag::Byte(x)   => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |         Tag::Short(x)  => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:27:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |         Tag::Int(x)    => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |         Tag::Long(x)   => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:29:27
[INFO] [stdout]    |
[INFO] [stdout] 29 |         Tag::Float(x)  => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 |         Tag::Double(x) => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             try!(write_primitive(writer, x.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |             try!(writer.write(&*x));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:37:31
[INFO] [stdout]    |
[INFO] [stdout] 37 |         Tag::String(ref x) => try!(write_string(writer, x)),
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             try!(write_primitive(writer, x.element_type.to_binary() as i8));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |             try!(write_primitive(writer, x.elements.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 try!(write_value(writer, i));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:53:13
[INFO] [stdout]    |
[INFO] [stdout] 53 |             try!(write_primitive(writer, 0_i8));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 |                 try!(write_tag(writer, (nam, val)));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |             try!(write_primitive(writer, x.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |                 try!(write_primitive(writer, *i));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     try!(write_primitive(writer, tag.1.get_type().to_binary() as i8));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     try!(write_string(writer, tag.0));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     try!(write_value(writer, tag.1));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 73 |     Ok(try!(writer.flush()))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:97:30
[INFO] [stdout]    |
[INFO] [stdout] 97 |                     Box::new(try!(OpenOptions::new()
[INFO] [stdout]    |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode.rs:105:25
[INFO] [stdout]     |
[INFO] [stdout] 105 |                         try!(OpenOptions::new()
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(core_intrinsics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/types.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already imported by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/decode.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already imported by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     try!(reader.read(&mut raw_name_len));
[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/decode.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         try!(reader.read(&mut *raw_name_dat));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     try!(reader.read(&mut *slice));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:47:43
[INFO] [stdout]    |
[INFO] [stdout] 47 |         TagType::Byte   => Ok(Tag::Byte(  try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:48:43
[INFO] [stdout]    |
[INFO] [stdout] 48 |         TagType::Short  => Ok(Tag::Short( try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:49:43
[INFO] [stdout]    |
[INFO] [stdout] 49 |         TagType::Int    => Ok(Tag::Int(   try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:50:43
[INFO] [stdout]    |
[INFO] [stdout] 50 |         TagType::Long   => Ok(Tag::Long(  try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:51:43
[INFO] [stdout]    |
[INFO] [stdout] 51 |         TagType::Float  => Ok(Tag::Float( try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:52:43
[INFO] [stdout]    |
[INFO] [stdout] 52 |         TagType::Double => Ok(Tag::Double(try!(read_primitive(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |             try!(reader.read(bytes.as_mut_slice()));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:63:43
[INFO] [stdout]    |
[INFO] [stdout] 63 |         TagType::String => Ok(Tag::String(try!(read_string(reader)))),
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:66:22
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let et = try!(read_primitive::<_, i8>(reader));
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decode.rs:78:26
[INFO] [stdout]    |
[INFO] [stdout] 78 |                 vec.push(try!(read_value(reader, tt.unwrap())));
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:102:23
[INFO] [stdout]     |
[INFO] [stdout] 102 |             let len = try!(read_primitive::<_, i32>(reader));
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:106:27
[INFO] [stdout]     |
[INFO] [stdout] 106 |                 ints.push(try!(read_primitive::<_, i32>(reader)));
[INFO] [stdout]     |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     try!(reader.read(&mut header));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let name = try!(read_string(reader));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:124:17
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let v = try!(read_value(reader, t));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:151:55
[INFO] [stdout]     |
[INFO] [stdout] 151 |                 Compression::Uncompressed => Box::new(try!(File::open(file))),
[INFO] [stdout]     |                                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decode.rs:153:50
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `flate2` is imported redundantly
[INFO] [stdout]  --> src/encode.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use flate2;
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/lib.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | extern crate flate2;
[INFO] [stdout]   | -------------------- the item `flate2` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Ok(try!(writer.write(&i.to_bytes()).map(|_| ())))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     try!(write_primitive(writer, s.len() as i16));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Ok(try!(writer.write(s.as_bytes()).map(|_| ())))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:25:27
[INFO] [stdout]    |
[INFO] [stdout] 25 |         Tag::Byte(x)   => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |         Tag::Short(x)  => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:27:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |         Tag::Int(x)    => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 |         Tag::Long(x)   => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:29:27
[INFO] [stdout]    |
[INFO] [stdout] 29 |         Tag::Float(x)  => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 |         Tag::Double(x) => try!(write_primitive(writer, x)),
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             try!(write_primitive(writer, x.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |             try!(writer.write(&*x));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:37:31
[INFO] [stdout]    |
[INFO] [stdout] 37 |         Tag::String(ref x) => try!(write_string(writer, x)),
[INFO] [stdout]    |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             try!(write_primitive(writer, x.element_type.to_binary() as i8));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |             try!(write_primitive(writer, x.elements.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 try!(write_value(writer, i));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:53:13
[INFO] [stdout]    |
[INFO] [stdout] 53 |             try!(write_primitive(writer, 0_i8));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 |                 try!(write_tag(writer, (nam, val)));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |             try!(write_primitive(writer, x.len() as i32));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |                 try!(write_primitive(writer, *i));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     try!(write_primitive(writer, tag.1.get_type().to_binary() as i8));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     try!(write_string(writer, tag.0));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     try!(write_value(writer, tag.1));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 73 |     Ok(try!(writer.flush()))
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encode.rs:97:30
[INFO] [stdout]    |
[INFO] [stdout] 97 |                     Box::new(try!(OpenOptions::new()
[INFO] [stdout]    |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/encode.rs:105:25
[INFO] [stdout]     |
[INFO] [stdout] 105 |                         try!(OpenOptions::new()
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `convert`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(convert)]
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `convert`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(convert)]
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stdout]   --> src/lib.rs:79:32
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn from_bytes(d: &[u8]) -> Option<Self>;
[INFO] [stdout]    |                                ^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]    |
[INFO] [stdout] note: required by an implicit `Sized` bound in `Option`
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/option.rs:572:1
[INFO] [stdout] help: consider further restricting `Self`
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn from_bytes(d: &[u8]) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |                                             +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/decode.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |     reader: Box<Read>
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 136 |     reader: Box<dyn Read>
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/encode.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |     writer: Box<Write>
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 78 |     writer: Box<dyn Write>
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stdout]   --> src/lib.rs:79:32
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn from_bytes(d: &[u8]) -> Option<Self>;
[INFO] [stdout]    |                                ^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]    |
[INFO] [stdout] note: required by an implicit `Sized` bound in `Option`
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/option.rs:572:1
[INFO] [stdout] help: consider further restricting `Self`
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn from_bytes(d: &[u8]) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |                                             +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/decode.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |     reader: Box<Read>
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 136 |     reader: Box<dyn Read>
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/encode.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |     writer: Box<Write>
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 78 |     writer: Box<dyn Write>
[INFO] [stdout]    |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stdout]   --> src/traits.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn from_nbt(val: &Tag) -> Option<Self>;
[INFO] [stdout]    |                               ^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]    |
[INFO] [stdout] note: required by an implicit `Sized` bound in `Option`
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/option.rs:572:1
[INFO] [stdout] help: consider further restricting `Self`
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn from_nbt(val: &Tag) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |                                            +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time
[INFO] [stdout]   --> src/traits.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn from_nbt(val: &Tag) -> Option<Self>;
[INFO] [stdout]    |                               ^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]    |
[INFO] [stdout] note: required by an implicit `Sized` bound in `Option`
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/option.rs:572:1
[INFO] [stdout] help: consider further restricting `Self`
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn from_nbt(val: &Tag) -> Option<Self> where Self: Sized;
[INFO] [stdout]    |                                            +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^^^--------------------------------------^
[INFO] [stdout]     |                              |    |
[INFO] [stdout]     |                              |    this expression has type `flate2::read::GzDecoder<File>`
[INFO] [stdout]     |                              expected `GzDecoder<File>`, found `Result<_, _>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `flate2::read::GzDecoder<File>`
[INFO] [stdout]                  found enum `std::result::Result<_, _>`
[INFO] [stdout]     = note: this error originates in the macro `try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^^^--------------------------------------^
[INFO] [stdout]     |                              |    |
[INFO] [stdout]     |                              |    this expression has type `flate2::read::GzDecoder<File>`
[INFO] [stdout]     |                              expected `GzDecoder<File>`, found `Result<_, _>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `flate2::read::GzDecoder<File>`
[INFO] [stdout]                  found enum `std::result::Result<_, _>`
[INFO] [stdout]     = note: this error originates in the macro `try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^^^--------------------------------------^
[INFO] [stdout]     |                              |    |
[INFO] [stdout]     |                              |    this expression has type `flate2::read::GzDecoder<File>`
[INFO] [stdout]     |                              expected `GzDecoder<File>`, found `Result<_, _>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `flate2::read::GzDecoder<File>`
[INFO] [stdout]                  found enum `std::result::Result<_, _>`
[INFO] [stdout]     = note: this error originates in the macro `try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/decode.rs:153:30
[INFO] [stdout]     |
[INFO] [stdout] 153 |                     Box::new(try!(GzDecoder::new(try!(File::open(file)))))
[INFO] [stdout]     |                              ^^^^^--------------------------------------^
[INFO] [stdout]     |                              |    |
[INFO] [stdout]     |                              |    this expression has type `flate2::read::GzDecoder<File>`
[INFO] [stdout]     |                              expected `GzDecoder<File>`, found `Result<_, _>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `flate2::read::GzDecoder<File>`
[INFO] [stdout]                  found enum `std::result::Result<_, _>`
[INFO] [stdout]     = note: this error originates in the macro `try` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `Default` found for struct `flate2::Compression` in the current scope
[INFO] [stdout]    --> src/encode.rs:110:46
[INFO] [stdout]     |
[INFO] [stdout] 110 |                         flate2::Compression::Default))
[INFO] [stdout]     |                                              ^^^^^^^ associated item not found in `Compression`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `flate2::Compression` consider using one of the following associated functions:
[INFO] [stdout]       flate2::Compression::new
[INFO] [stdout]       flate2::Compression::none
[INFO] [stdout]       flate2::Compression::fast
[INFO] [stdout]       flate2::Compression::best
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub const fn new(level: u32) -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     pub const fn none() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 |     pub const fn fast() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub const fn best() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `default` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 110 |                         flate2::Compression::default))
[INFO] [stdout]     |                                              ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `Default` found for struct `flate2::Compression` in the current scope
[INFO] [stdout]    --> src/encode.rs:110:46
[INFO] [stdout]     |
[INFO] [stdout] 110 |                         flate2::Compression::Default))
[INFO] [stdout]     |                                              ^^^^^^^ associated item not found in `Compression`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `flate2::Compression` consider using one of the following associated functions:
[INFO] [stdout]       flate2::Compression::new
[INFO] [stdout]       flate2::Compression::none
[INFO] [stdout]       flate2::Compression::fast
[INFO] [stdout]       flate2::Compression::best
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub const fn new(level: u32) -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     pub const fn none() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 |     pub const fn fast() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub const fn best() -> Compression {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `default` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 110 |                         flate2::Compression::default))
[INFO] [stdout]     |                                              ~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/decode.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let siz = unsafe { std::intrinsics::size_of::<T>() };
[INFO] [stdout]    |               ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/types.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |     let mut list = ListData {
[INFO] [stdout]     |         ----^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/decode.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let siz = unsafe { std::intrinsics::size_of::<T>() };
[INFO] [stdout]    |               ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 55 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nbt` (lib) due to 7 previous errors; 55 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 6 previous errors; 56 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nbt` (lib test) due to 7 previous errors; 56 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b696a501e04ba6a322dfedb8f45a6d958b5e1b495031276a9a439200ec042873", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b696a501e04ba6a322dfedb8f45a6d958b5e1b495031276a9a439200ec042873", kill_on_drop: false }`
[INFO] [stdout] b696a501e04ba6a322dfedb8f45a6d958b5e1b495031276a9a439200ec042873
