[INFO] fetching crate bmp-encoder 0.1.4...
[INFO] testing bmp-encoder-0.1.4 against 1.90.0 for beta-1.91-2
[INFO] extracting crate bmp-encoder 0.1.4 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate bmp-encoder 0.1.4
[INFO] finished tweaking crates.io crate bmp-encoder 0.1.4
[INFO] tweaked toml for crates.io crate bmp-encoder 0.1.4 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bmp-encoder 0.1.4 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding byteorder v0.3.13 (available: v1.5.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded byteorder v0.3.13
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 812ecb72fc091f2fe653b63b248020e13b5ad84eda95ce064049f548f70fe1a4
[INFO] running `Command { std: "docker" "start" "-a" "812ecb72fc091f2fe653b63b248020e13b5ad84eda95ce064049f548f70fe1a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "812ecb72fc091f2fe653b63b248020e13b5ad84eda95ce064049f548f70fe1a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "812ecb72fc091f2fe653b63b248020e13b5ad84eda95ce064049f548f70fe1a4", kill_on_drop: false }`
[INFO] [stdout] 812ecb72fc091f2fe653b63b248020e13b5ad84eda95ce064049f548f70fe1a4
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c36119c8eede51b6fbf348a371cdde7ab0952dda8a8d761c7bc652e10e387fee
[INFO] running `Command { std: "docker" "start" "-a" "c36119c8eede51b6fbf348a371cdde7ab0952dda8a8d761c7bc652e10e387fee", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling byteorder v0.3.13
[INFO] [stderr]    Compiling bmp-encoder v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]   --> src/lib.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | use std::error::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     try!(read_bmp_id(bmp_data));
[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/decoder.rs:87:18
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let header = try!(read_bmp_header(bmp_data));
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:88:22
[INFO] [stdout]    |
[INFO] [stdout] 88 |     let dib_header = try!(read_bmp_dib_header(bmp_data));
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:90:25
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let color_palette = try!(read_color_palette(bmp_data, &dib_header));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:97:30
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Some(ref palette) => try!(
[INFO] [stdout]    |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:101:17
[INFO] [stdout]     |
[INFO] [stdout] 101 |         None => try!(
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     try!(bmp_data.read(&mut bm));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:132:23
[INFO] [stdout]     |
[INFO] [stdout] 132 |         file_size:    try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:133:23
[INFO] [stdout]     |
[INFO] [stdout] 133 |         creator1:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:134:23
[INFO] [stdout]     |
[INFO] [stdout] 134 |         creator2:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:135:23
[INFO] [stdout]     |
[INFO] [stdout] 135 |         pixel_offset: try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:143:25
[INFO] [stdout]     |
[INFO] [stdout] 143 |         header_size:    try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:144:25
[INFO] [stdout]     |
[INFO] [stdout] 144 |         width:          try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |         height:         try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:146:25
[INFO] [stdout]     |
[INFO] [stdout] 146 |         num_planes:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:147:25
[INFO] [stdout]     |
[INFO] [stdout] 147 |         bits_per_pixel: try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:148:25
[INFO] [stdout]     |
[INFO] [stdout] 148 |         compress_type:  try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |         data_size:      try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:150:25
[INFO] [stdout]     |
[INFO] [stdout] 150 |         hres:           try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:151:25
[INFO] [stdout]     |
[INFO] [stdout] 151 |         vres:           try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:152:25
[INFO] [stdout]     |
[INFO] [stdout] 152 |         num_colors:     try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout] 153 |         num_imp_colors: try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |         try!(bmp_data.read(&mut px));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:233:5
[INFO] [stdout]     |
[INFO] [stdout] 233 |     try!(bmp_data.seek(SeekFrom::Start(offset as u64)));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         try!(bmp_data.seek(SeekFrom::Current(padding)));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:238:13
[INFO] [stdout]     |
[INFO] [stdout] 238 |             try!(bmp_data.read(&mut px));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     try!(write_header(&mut bmp_data, bmp_image));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     try!(write_data(&mut bmp_data, bmp_image));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     try!(io::Write::write(bmp_data, &[B, M]));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     try!(bmp_data.write_u32::<LittleEndian>(header_size + data_size));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     try!(bmp_data.write_u16::<LittleEndian>(header.creator1));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     try!(bmp_data.write_u16::<LittleEndian>(header.creator2));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     try!(bmp_data.write_u32::<LittleEndian>(header_size)); // pixel_offset
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     try!(bmp_data.write_u32::<LittleEndian>(dib_header.header_size));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.width));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.height));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     try!(bmp_data.write_u16::<LittleEndian>(1));  // num_planes
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     try!(bmp_data.write_u16::<LittleEndian>(24)); // bits_per_pixel
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     try!(bmp_data.write_u32::<LittleEndian>(0));  // compress_type
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     try!(bmp_data.write_u32::<LittleEndian>(data_size));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.hres));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.vres));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     try!(bmp_data.write_u32::<LittleEndian>(0)); // num_colors
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     try!(bmp_data.write_u32::<LittleEndian>(0)); // num_imp_colors
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         try!(Write::write(bmp_data, padding));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |             try!(Write::write(bmp_data, &[px.b, px.g, px.r]));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |         try!(write!(f, "Image {}\n", '{'));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |         try!(write!(f, "\theader: {:?},\n", self.header));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         try!(write!(f, "\tdib_header: {:?},\n", self.dib_header));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 |         try!(write!(f, "\tcolor_palette: {:?},\n", self.color_palette));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |         try!(write!(f, "\twidth: {:?},\n", self.width));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |         try!(write!(f, "\theight: {:?},\n", self.height));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         try!(write!(f, "\tpadding: {:?},\n", self.padding));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:331:9
[INFO] [stdout]     |
[INFO] [stdout] 331 |         try!(bmp_file.write(&bmp_data));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:329:24
[INFO] [stdout]     |
[INFO] [stdout] 329 |         let bmp_data = try!(encoder::encode_image(self));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:330:28
[INFO] [stdout]     |
[INFO] [stdout] 330 |         let mut bmp_file = try!(fs::File::create(name));
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:350:5
[INFO] [stdout]     |
[INFO] [stdout] 350 |     try!(f.read_to_end(&mut bytes));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:349:17
[INFO] [stdout]     |
[INFO] [stdout] 349 |     let mut f = try!(fs::File::open(name));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/decoder.rs:78:41
[INFO] [stdout]    |
[INFO] [stdout] 78 |             BmpIoError(ref e) => Error::description(e),
[INFO] [stdout]    |                                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/decoder.rs:79:48
[INFO] [stdout]    |
[INFO] [stdout] 79 |             BmpByteorderError(ref e) => Error::description(e),
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/decoder.rs:58:41
[INFO] [stdout]    |
[INFO] [stdout] 58 |             _ => write!(fmt, "{}", self.description())
[INFO] [stdout]    |                                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Write`
[INFO] [stdout]  --> src/decoder.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{self, Cursor, Read, Write, SeekFrom, Seek};
[INFO] [stdout]   |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Version1`, `Version3`, and `Version4` are never constructed
[INFO] [stdout]   --> src/lib.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 85 | enum BmpVersion {
[INFO] [stdout]    |      ---------- variants in this enum
[INFO] [stdout] 86 |     Version1,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 87 |     Version2,
[INFO] [stdout] 88 |     Version3,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 89 |     Version3NT,
[INFO] [stdout] 90 |     Version4,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BmpVersion` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/decoder.rs:259:26
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn bit_index<'a>(bytes: &'a [u8], nbits: usize, size: usize) -> BitIndex {
[INFO] [stdout]     |                          ^^ the lifetime is named here          -------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn bit_index<'a>(bytes: &'a [u8], nbits: usize, size: usize) -> BitIndex<'a> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] running `Command { std: "docker" "inspect" "c36119c8eede51b6fbf348a371cdde7ab0952dda8a8d761c7bc652e10e387fee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c36119c8eede51b6fbf348a371cdde7ab0952dda8a8d761c7bc652e10e387fee", kill_on_drop: false }`
[INFO] [stdout] c36119c8eede51b6fbf348a371cdde7ab0952dda8a8d761c7bc652e10e387fee
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 033ce949d4753b14b06342d4bf12addb0c99e433e23d18dfb3f47991c6edfcbc
[INFO] running `Command { std: "docker" "start" "-a" "033ce949d4753b14b06342d4bf12addb0c99e433e23d18dfb3f47991c6edfcbc", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]   --> src/lib.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | use std::error::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     try!(read_bmp_id(bmp_data));
[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/decoder.rs:87:18
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let header = try!(read_bmp_header(bmp_data));
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:88:22
[INFO] [stdout]    |
[INFO] [stdout] 88 |     let dib_header = try!(read_bmp_dib_header(bmp_data));
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:90:25
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let color_palette = try!(read_color_palette(bmp_data, &dib_header));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:97:30
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Some(ref palette) => try!(
[INFO] [stdout]    |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:101:17
[INFO] [stdout]     |
[INFO] [stdout] 101 |         None => try!(
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     try!(bmp_data.read(&mut bm));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:132:23
[INFO] [stdout]     |
[INFO] [stdout] 132 |         file_size:    try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:133:23
[INFO] [stdout]     |
[INFO] [stdout] 133 |         creator1:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:134:23
[INFO] [stdout]     |
[INFO] [stdout] 134 |         creator2:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:135:23
[INFO] [stdout]     |
[INFO] [stdout] 135 |         pixel_offset: try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:143:25
[INFO] [stdout]     |
[INFO] [stdout] 143 |         header_size:    try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:144:25
[INFO] [stdout]     |
[INFO] [stdout] 144 |         width:          try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |         height:         try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:146:25
[INFO] [stdout]     |
[INFO] [stdout] 146 |         num_planes:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:147:25
[INFO] [stdout]     |
[INFO] [stdout] 147 |         bits_per_pixel: try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:148:25
[INFO] [stdout]     |
[INFO] [stdout] 148 |         compress_type:  try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |         data_size:      try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:150:25
[INFO] [stdout]     |
[INFO] [stdout] 150 |         hres:           try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:151:25
[INFO] [stdout]     |
[INFO] [stdout] 151 |         vres:           try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:152:25
[INFO] [stdout]     |
[INFO] [stdout] 152 |         num_colors:     try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout] 153 |         num_imp_colors: try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |         try!(bmp_data.read(&mut px));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:233:5
[INFO] [stdout]     |
[INFO] [stdout] 233 |     try!(bmp_data.seek(SeekFrom::Start(offset as u64)));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         try!(bmp_data.seek(SeekFrom::Current(padding)));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:238:13
[INFO] [stdout]     |
[INFO] [stdout] 238 |             try!(bmp_data.read(&mut px));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     try!(write_header(&mut bmp_data, bmp_image));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     try!(write_data(&mut bmp_data, bmp_image));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     try!(io::Write::write(bmp_data, &[B, M]));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     try!(bmp_data.write_u32::<LittleEndian>(header_size + data_size));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     try!(bmp_data.write_u16::<LittleEndian>(header.creator1));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     try!(bmp_data.write_u16::<LittleEndian>(header.creator2));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     try!(bmp_data.write_u32::<LittleEndian>(header_size)); // pixel_offset
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     try!(bmp_data.write_u32::<LittleEndian>(dib_header.header_size));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.width));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.height));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     try!(bmp_data.write_u16::<LittleEndian>(1));  // num_planes
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     try!(bmp_data.write_u16::<LittleEndian>(24)); // bits_per_pixel
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     try!(bmp_data.write_u32::<LittleEndian>(0));  // compress_type
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     try!(bmp_data.write_u32::<LittleEndian>(data_size));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.hres));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.vres));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     try!(bmp_data.write_u32::<LittleEndian>(0)); // num_colors
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     try!(bmp_data.write_u32::<LittleEndian>(0)); // num_imp_colors
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         try!(Write::write(bmp_data, padding));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |             try!(Write::write(bmp_data, &[px.b, px.g, px.r]));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |         try!(write!(f, "Image {}\n", '{'));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |         try!(write!(f, "\theader: {:?},\n", self.header));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         try!(write!(f, "\tdib_header: {:?},\n", self.dib_header));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 |         try!(write!(f, "\tcolor_palette: {:?},\n", self.color_palette));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |         try!(write!(f, "\twidth: {:?},\n", self.width));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |         try!(write!(f, "\theight: {:?},\n", self.height));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         try!(write!(f, "\tpadding: {:?},\n", self.padding));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:331:9
[INFO] [stdout]     |
[INFO] [stdout] 331 |         try!(bmp_file.write(&bmp_data));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bmp-encoder v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:329:24
[INFO] [stdout]     |
[INFO] [stdout] 329 |         let bmp_data = try!(encoder::encode_image(self));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:330:28
[INFO] [stdout]     |
[INFO] [stdout] 330 |         let mut bmp_file = try!(fs::File::create(name));
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:350:5
[INFO] [stdout]     |
[INFO] [stdout] 350 |     try!(f.read_to_end(&mut bytes));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:349:17
[INFO] [stdout]     |
[INFO] [stdout] 349 |     let mut f = try!(fs::File::open(name));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/decoder.rs:78:41
[INFO] [stdout]    |
[INFO] [stdout] 78 |             BmpIoError(ref e) => Error::description(e),
[INFO] [stdout]    |                                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/decoder.rs:79:48
[INFO] [stdout]    |
[INFO] [stdout] 79 |             BmpByteorderError(ref e) => Error::description(e),
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/decoder.rs:58:41
[INFO] [stdout]    |
[INFO] [stdout] 58 |             _ => write!(fmt, "{}", self.description())
[INFO] [stdout]    |                                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Write`
[INFO] [stdout]  --> src/decoder.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{self, Cursor, Read, Write, SeekFrom, Seek};
[INFO] [stdout]   |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Version1`, `Version3`, and `Version4` are never constructed
[INFO] [stdout]   --> src/lib.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 85 | enum BmpVersion {
[INFO] [stdout]    |      ---------- variants in this enum
[INFO] [stdout] 86 |     Version1,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 87 |     Version2,
[INFO] [stdout] 88 |     Version3,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 89 |     Version3NT,
[INFO] [stdout] 90 |     Version4,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BmpVersion` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/decoder.rs:259:26
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn bit_index<'a>(bytes: &'a [u8], nbits: usize, size: usize) -> BitIndex {
[INFO] [stdout]     |                          ^^ the lifetime is named here          -------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn bit_index<'a>(bytes: &'a [u8], nbits: usize, size: usize) -> BitIndex<'a> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]   --> src/lib.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | use std::error::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:24
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     try!(read_bmp_id(bmp_data));
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:87:18
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let header = try!(read_bmp_header(bmp_data));
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:88:22
[INFO] [stdout]    |
[INFO] [stdout] 88 |     let dib_header = try!(read_bmp_dib_header(bmp_data));
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:90:25
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let color_palette = try!(read_color_palette(bmp_data, &dib_header));
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/decoder.rs:97:30
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Some(ref palette) => try!(
[INFO] [stdout]    |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:101:17
[INFO] [stdout]     |
[INFO] [stdout] 101 |         None => try!(
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     try!(bmp_data.read(&mut bm));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:132:23
[INFO] [stdout]     |
[INFO] [stdout] 132 |         file_size:    try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:133:23
[INFO] [stdout]     |
[INFO] [stdout] 133 |         creator1:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:134:23
[INFO] [stdout]     |
[INFO] [stdout] 134 |         creator2:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:135:23
[INFO] [stdout]     |
[INFO] [stdout] 135 |         pixel_offset: try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:143:25
[INFO] [stdout]     |
[INFO] [stdout] 143 |         header_size:    try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:144:25
[INFO] [stdout]     |
[INFO] [stdout] 144 |         width:          try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |         height:         try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:146:25
[INFO] [stdout]     |
[INFO] [stdout] 146 |         num_planes:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:147:25
[INFO] [stdout]     |
[INFO] [stdout] 147 |         bits_per_pixel: try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:148:25
[INFO] [stdout]     |
[INFO] [stdout] 148 |         compress_type:  try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |         data_size:      try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:150:25
[INFO] [stdout]     |
[INFO] [stdout] 150 |         hres:           try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:151:25
[INFO] [stdout]     |
[INFO] [stdout] 151 |         vres:           try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:152:25
[INFO] [stdout]     |
[INFO] [stdout] 152 |         num_colors:     try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:153:25
[INFO] [stdout]     |
[INFO] [stdout] 153 |         num_imp_colors: try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |         try!(bmp_data.read(&mut px));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:233:5
[INFO] [stdout]     |
[INFO] [stdout] 233 |     try!(bmp_data.seek(SeekFrom::Start(offset as u64)));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         try!(bmp_data.seek(SeekFrom::Current(padding)));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/decoder.rs:238:13
[INFO] [stdout]     |
[INFO] [stdout] 238 |             try!(bmp_data.read(&mut px));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     try!(write_header(&mut bmp_data, bmp_image));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     try!(write_data(&mut bmp_data, bmp_image));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     try!(io::Write::write(bmp_data, &[B, M]));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     try!(bmp_data.write_u32::<LittleEndian>(header_size + data_size));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     try!(bmp_data.write_u16::<LittleEndian>(header.creator1));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     try!(bmp_data.write_u16::<LittleEndian>(header.creator2));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     try!(bmp_data.write_u32::<LittleEndian>(header_size)); // pixel_offset
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     try!(bmp_data.write_u32::<LittleEndian>(dib_header.header_size));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.width));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.height));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     try!(bmp_data.write_u16::<LittleEndian>(1));  // num_planes
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     try!(bmp_data.write_u16::<LittleEndian>(24)); // bits_per_pixel
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     try!(bmp_data.write_u32::<LittleEndian>(0));  // compress_type
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     try!(bmp_data.write_u32::<LittleEndian>(data_size));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.hres));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.vres));
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     try!(bmp_data.write_u32::<LittleEndian>(0)); // num_colors
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     try!(bmp_data.write_u32::<LittleEndian>(0)); // num_imp_colors
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         try!(Write::write(bmp_data, padding));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/encoder.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |             try!(Write::write(bmp_data, &[px.b, px.g, px.r]));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |         try!(write!(f, "Image {}\n", '{'));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |         try!(write!(f, "\theader: {:?},\n", self.header));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         try!(write!(f, "\tdib_header: {:?},\n", self.dib_header));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 |         try!(write!(f, "\tcolor_palette: {:?},\n", self.color_palette));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |         try!(write!(f, "\twidth: {:?},\n", self.width));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |         try!(write!(f, "\theight: {:?},\n", self.height));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         try!(write!(f, "\tpadding: {:?},\n", self.padding));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:331:9
[INFO] [stdout]     |
[INFO] [stdout] 331 |         try!(bmp_file.write(&bmp_data));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:329:24
[INFO] [stdout]     |
[INFO] [stdout] 329 |         let bmp_data = try!(encoder::encode_image(self));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:330:28
[INFO] [stdout]     |
[INFO] [stdout] 330 |         let mut bmp_file = try!(fs::File::create(name));
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:350:5
[INFO] [stdout]     |
[INFO] [stdout] 350 |     try!(f.read_to_end(&mut bytes));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:349:17
[INFO] [stdout]     |
[INFO] [stdout] 349 |     let mut f = try!(fs::File::open(name));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/decoder.rs:78:41
[INFO] [stdout]    |
[INFO] [stdout] 78 |             BmpIoError(ref e) => Error::description(e),
[INFO] [stdout]    |                                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/decoder.rs:79:48
[INFO] [stdout]    |
[INFO] [stdout] 79 |             BmpByteorderError(ref e) => Error::description(e),
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/decoder.rs:58:41
[INFO] [stdout]    |
[INFO] [stdout] 58 |             _ => write!(fmt, "{}", self.description())
[INFO] [stdout]    |                                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Write`
[INFO] [stdout]  --> src/decoder.rs:8:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{self, Cursor, Read, Write, SeekFrom, Seek};
[INFO] [stdout]   |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Version1`, `Version3`, and `Version4` are never constructed
[INFO] [stdout]   --> src/lib.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 85 | enum BmpVersion {
[INFO] [stdout]    |      ---------- variants in this enum
[INFO] [stdout] 86 |     Version1,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 87 |     Version2,
[INFO] [stdout] 88 |     Version3,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 89 |     Version3NT,
[INFO] [stdout] 90 |     Version4,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BmpVersion` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/decoder.rs:259:26
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn bit_index<'a>(bytes: &'a [u8], nbits: usize, size: usize) -> BitIndex {
[INFO] [stdout]     |                          ^^ the lifetime is named here          -------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn bit_index<'a>(bytes: &'a [u8], nbits: usize, size: usize) -> BitIndex<'a> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] running `Command { std: "docker" "inspect" "033ce949d4753b14b06342d4bf12addb0c99e433e23d18dfb3f47991c6edfcbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "033ce949d4753b14b06342d4bf12addb0c99e433e23d18dfb3f47991c6edfcbc", kill_on_drop: false }`
[INFO] [stdout] 033ce949d4753b14b06342d4bf12addb0c99e433e23d18dfb3f47991c6edfcbc
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e4a68011921c163c853a6d5b99c84138abe447fa0b5623c213a74afb449fb8fd
[INFO] running `Command { std: "docker" "start" "-a" "e4a68011921c163c853a6d5b99c84138abe447fa0b5623c213a74afb449fb8fd", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unused import: `std::error::Error`
[INFO] [stderr]   --> src/lib.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 | use std::error::Error;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/decoder.rs:86:5
[INFO] [stderr]    |
[INFO] [stderr] 86 |     try!(read_bmp_id(bmp_data));
[INFO] [stderr]    |     ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/decoder.rs:87:18
[INFO] [stderr]    |
[INFO] [stderr] 87 |     let header = try!(read_bmp_header(bmp_data));
[INFO] [stderr]    |                  ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/decoder.rs:88:22
[INFO] [stderr]    |
[INFO] [stderr] 88 |     let dib_header = try!(read_bmp_dib_header(bmp_data));
[INFO] [stderr]    |                      ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/decoder.rs:90:25
[INFO] [stderr]    |
[INFO] [stderr] 90 |     let color_palette = try!(read_color_palette(bmp_data, &dib_header));
[INFO] [stderr]    |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/decoder.rs:97:30
[INFO] [stderr]    |
[INFO] [stderr] 97 |         Some(ref palette) => try!(
[INFO] [stderr]    |                              ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:101:17
[INFO] [stderr]     |
[INFO] [stderr] 101 |         None => try!(
[INFO] [stderr]     |                 ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:121:5
[INFO] [stderr]     |
[INFO] [stderr] 121 |     try!(bmp_data.read(&mut bm));
[INFO] [stderr]     |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:132:23
[INFO] [stderr]     |
[INFO] [stderr] 132 |         file_size:    try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stderr]     |                       ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:133:23
[INFO] [stderr]     |
[INFO] [stderr] 133 |         creator1:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stderr]     |                       ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:134:23
[INFO] [stderr]     |
[INFO] [stderr] 134 |         creator2:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stderr]     |                       ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:135:23
[INFO] [stderr]     |
[INFO] [stderr] 135 |         pixel_offset: try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stderr]     |                       ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:143:25
[INFO] [stderr]     |
[INFO] [stderr] 143 |         header_size:    try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:144:25
[INFO] [stderr]     |
[INFO] [stderr] 144 |         width:          try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:145:25
[INFO] [stderr]     |
[INFO] [stderr] 145 |         height:         try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:146:25
[INFO] [stderr]     |
[INFO] [stderr] 146 |         num_planes:     try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:147:25
[INFO] [stderr]     |
[INFO] [stderr] 147 |         bits_per_pixel: try!(bmp_data.read_u16::<LittleEndian>()),
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:148:25
[INFO] [stderr]     |
[INFO] [stderr] 148 |         compress_type:  try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:149:25
[INFO] [stderr]     |
[INFO] [stderr] 149 |         data_size:      try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:150:25
[INFO] [stderr]     |
[INFO] [stderr] 150 |         hres:           try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:151:25
[INFO] [stderr]     |
[INFO] [stderr] 151 |         vres:           try!(bmp_data.read_i32::<LittleEndian>()),
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:152:25
[INFO] [stderr]     |
[INFO] [stderr] 152 |         num_colors:     try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:153:25
[INFO] [stderr]     |
[INFO] [stderr] 153 |         num_imp_colors: try!(bmp_data.read_u32::<LittleEndian>()),
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:202:9
[INFO] [stderr]     |
[INFO] [stderr] 202 |         try!(bmp_data.read(&mut px));
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:233:5
[INFO] [stderr]     |
[INFO] [stderr] 233 |     try!(bmp_data.seek(SeekFrom::Start(offset as u64)));
[INFO] [stderr]     |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:242:9
[INFO] [stderr]     |
[INFO] [stderr] 242 |         try!(bmp_data.seek(SeekFrom::Current(padding)));
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/decoder.rs:238:13
[INFO] [stderr]     |
[INFO] [stderr] 238 |             try!(bmp_data.read(&mut px));
[INFO] [stderr]     |             ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 |     try!(write_header(&mut bmp_data, bmp_image));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 |     try!(write_data(&mut bmp_data, bmp_image));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 |     try!(io::Write::write(bmp_data, &[B, M]));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:26:5
[INFO] [stderr]    |
[INFO] [stderr] 26 |     try!(bmp_data.write_u32::<LittleEndian>(header_size + data_size));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     try!(bmp_data.write_u16::<LittleEndian>(header.creator1));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     try!(bmp_data.write_u16::<LittleEndian>(header.creator2));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 29 |     try!(bmp_data.write_u32::<LittleEndian>(header_size)); // pixel_offset
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     try!(bmp_data.write_u32::<LittleEndian>(dib_header.header_size));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.width));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:33:5
[INFO] [stderr]    |
[INFO] [stderr] 33 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.height));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     try!(bmp_data.write_u16::<LittleEndian>(1));  // num_planes
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     try!(bmp_data.write_u16::<LittleEndian>(24)); // bits_per_pixel
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:36:5
[INFO] [stderr]    |
[INFO] [stderr] 36 |     try!(bmp_data.write_u32::<LittleEndian>(0));  // compress_type
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 |     try!(bmp_data.write_u32::<LittleEndian>(data_size));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:38:5
[INFO] [stderr]    |
[INFO] [stderr] 38 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.hres));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 39 |     try!(bmp_data.write_i32::<LittleEndian>(dib_header.vres));
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:40:5
[INFO] [stderr]    |
[INFO] [stderr] 40 |     try!(bmp_data.write_u32::<LittleEndian>(0)); // num_colors
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:41:5
[INFO] [stderr]    |
[INFO] [stderr] 41 |     try!(bmp_data.write_u32::<LittleEndian>(0)); // num_imp_colors
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:53:9
[INFO] [stderr]    |
[INFO] [stderr] 53 |         try!(Write::write(bmp_data, padding));
[INFO] [stderr]    |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/encoder.rs:51:13
[INFO] [stderr]    |
[INFO] [stderr] 51 |             try!(Write::write(bmp_data, &[px.b, px.g, px.r]));
[INFO] [stderr]    |             ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:213:9
[INFO] [stderr]     |
[INFO] [stderr] 213 |         try!(write!(f, "Image {}\n", '{'));
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:214:9
[INFO] [stderr]     |
[INFO] [stderr] 214 |         try!(write!(f, "\theader: {:?},\n", self.header));
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:215:9
[INFO] [stderr]     |
[INFO] [stderr] 215 |         try!(write!(f, "\tdib_header: {:?},\n", self.dib_header));
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:216:9
[INFO] [stderr]     |
[INFO] [stderr] 216 |         try!(write!(f, "\tcolor_palette: {:?},\n", self.color_palette));
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:217:9
[INFO] [stderr]     |
[INFO] [stderr] 217 |         try!(write!(f, "\twidth: {:?},\n", self.width));
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:218:9
[INFO] [stderr]     |
[INFO] [stderr] 218 |         try!(write!(f, "\theight: {:?},\n", self.height));
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:219:9
[INFO] [stderr]     |
[INFO] [stderr] 219 |         try!(write!(f, "\tpadding: {:?},\n", self.padding));
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:331:9
[INFO] [stderr]     |
[INFO] [stderr] 331 |         try!(bmp_file.write(&bmp_data));
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:329:24
[INFO] [stderr]     |
[INFO] [stderr] 329 |         let bmp_data = try!(encoder::encode_image(self));
[INFO] [stderr]     |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:330:28
[INFO] [stderr]     |
[INFO] [stderr] 330 |         let mut bmp_file = try!(fs::File::create(name));
[INFO] [stderr]     |                            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:350:5
[INFO] [stderr]     |
[INFO] [stderr] 350 |     try!(f.read_to_end(&mut bytes));
[INFO] [stderr]     |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:349:17
[INFO] [stderr]     |
[INFO] [stderr] 349 |     let mut f = try!(fs::File::open(name));
[INFO] [stderr]     |                 ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/decoder.rs:78:41
[INFO] [stderr]    |
[INFO] [stderr] 78 |             BmpIoError(ref e) => Error::description(e),
[INFO] [stderr]    |                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/decoder.rs:79:48
[INFO] [stderr]    |
[INFO] [stderr] 79 |             BmpByteorderError(ref e) => Error::description(e),
[INFO] [stderr]    |                                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/decoder.rs:58:41
[INFO] [stderr]    |
[INFO] [stderr] 58 |             _ => write!(fmt, "{}", self.description())
[INFO] [stderr]    |                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Write`
[INFO] [stderr]  --> src/decoder.rs:8:35
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::io::{self, Cursor, Read, Write, SeekFrom, Seek};
[INFO] [stderr]   |                                   ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Version1`, `Version3`, and `Version4` are never constructed
[INFO] [stderr]   --> src/lib.rs:86:5
[INFO] [stderr]    |
[INFO] [stderr] 85 | enum BmpVersion {
[INFO] [stderr]    |      ---------- variants in this enum
[INFO] [stderr] 86 |     Version1,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 87 |     Version2,
[INFO] [stderr] 88 |     Version3,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 89 |     Version3NT,
[INFO] [stderr] 90 |     Version4,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `BmpVersion` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/decoder.rs:259:26
[INFO] [stderr]     |
[INFO] [stderr] 259 | fn bit_index<'a>(bytes: &'a [u8], nbits: usize, size: usize) -> BitIndex {
[INFO] [stderr]     |                          ^^ the lifetime is named here          -------- the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 259 | fn bit_index<'a>(bytes: &'a [u8], nbits: usize, size: usize) -> BitIndex<'a> {
[INFO] [stderr]     |                                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bmp-encoder` (lib) generated 65 warnings (run `cargo fix --lib -p bmp-encoder` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `std::error::Error`
[INFO] [stderr]   --> src/lib.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 | use std::error::Error;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:2:24
[INFO] [stderr]    |
[INFO] [stderr]  2 | #![cfg_attr(test, deny(warnings))]
[INFO] [stderr]    |                        ^^^^^^^^
[INFO] [stderr]    = note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/decoder.rs:86:5
[INFO] [stderr]    |
[INFO] [stderr] 86 |     try!(read_bmp_id(bmp_data));
[INFO] [stderr]    |     ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Version1`, `Version3`, and `Version4` are never constructed
[INFO] [stderr]   --> src/lib.rs:86:5
[INFO] [stderr]    |
[INFO] [stderr] 85 | enum BmpVersion {
[INFO] [stderr]    |      ---------- variants in this enum
[INFO] [stderr] 86 |     Version1,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 87 |     Version2,
[INFO] [stderr] 88 |     Version3,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 89 |     Version3NT,
[INFO] [stderr] 90 |     Version4,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `BmpVersion` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` implied by `#[warn(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/decoder.rs:259:26
[INFO] [stderr]     |
[INFO] [stderr] 259 | fn bit_index<'a>(bytes: &'a [u8], nbits: usize, size: usize) -> BitIndex {
[INFO] [stderr]     |                          ^^ the lifetime is named here          -------- the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]`
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 259 | fn bit_index<'a>(bytes: &'a [u8], nbits: usize, size: usize) -> BitIndex<'a> {
[INFO] [stderr]     |                                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bmp-encoder` (lib test) generated 65 warnings (61 duplicates) (run `cargo fix --lib -p bmp-encoder --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bmp_encoder-e27c1ea07596e48f)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test decoder::test_calculate_bit_index ... ok
[INFO] [stdout] test tests::can_read_bmp_image ... ok
[INFO] [stdout] test tests::changing_pixels_does_not_push_image_data ... ok
[INFO] [stdout] test tests::coordinates_iterator_gives_x_and_y_in_row_major_order ... ok
[INFO] [stdout] test tests::can_read_entire_bmp_image ... ok
[INFO] [stdout] test tests::error_when_opening_image_with_wrong_bits_per_pixel ... ok
[INFO] [stdout] test tests::can_read_image_data ... ok
[INFO] [stdout] test tests::error_when_opening_unexisting_image ... ok
[INFO] [stdout] test tests::error_when_opening_image_with_wrong_magic_numbers ... ok
[INFO] [stdout] test tests::size_of_bmp_header_is_54_bytes ... ok
[INFO] [stdout] test tests::can_create_bmp_file ... FAILED
[INFO] [stdout] test tests::read_write_1pbb_bmp_image ... FAILED
[INFO] [stdout] test tests::read_write_4pbb_bmp_image ... FAILED
[INFO] [stdout] test tests::read_write_8pbb_bmp_image ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::can_create_bmp_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::can_create_bmp_file' panicked at src/tests/mod.rs:158:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: BmpError { kind: BmpIoError(Os { code: 2, kind: NotFound, message: "No such file or directory" }), details: "BMP Error: Io Error" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5caf365236f2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5caf365236f2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5caf365236f2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5caf365236f2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5caf36548b93 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5caf36548b93 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5caf36520673 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5caf36520673 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5caf36523542 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5caf36524c79 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5caf36524aae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5caf364eceb4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5caf364eceb4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5caf3652574e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5caf3652574e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5caf3652541a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5caf36523bf9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5caf365250ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5caf365475e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5caf36547a46 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5caf364b2e63 - core::result::Result<T,E>::unwrap::h9e0d4715da4a400e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5caf364b2e63 - bmp_encoder::tests::can_create_bmp_file::h52d1e9f6b760cdcc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:158:46
[INFO] [stdout]   22:     0x5caf364b2bb7 - bmp_encoder::tests::can_create_bmp_file::{{closure}}::h1b4cd0b6243eefce
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:150:25
[INFO] [stdout]   23:     0x5caf364a8b66 - core::ops::function::FnOnce::call_once::h1dff260fa0385438
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5caf364f271b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5caf364f271b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5caf364f1855 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5caf364f1855 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5caf364f1855 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5caf364f1855 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5caf364f1855 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5caf364f1855 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5caf364f1855 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5caf364b5454 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5caf364b5454 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5caf364b8e2a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5caf364b8e2a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5caf364b8e2a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5caf364b8e2a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5caf364b8e2a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5caf364b8e2a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5caf364b8e2a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5caf365286cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5caf365286cf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x78b636432aa4 - <unknown>
[INFO] [stdout]   45:     0x78b6364bfa34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::read_write_1pbb_bmp_image stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::read_write_1pbb_bmp_image' panicked at src/tests/mod.rs:85:40:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: BmpError { kind: BmpIoError(Os { code: 2, kind: NotFound, message: "No such file or directory" }), details: "BMP Error: Io Error" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5caf365236f2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5caf365236f2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5caf365236f2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5caf365236f2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5caf36548b93 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5caf36548b93 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5caf36520673 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5caf36520673 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5caf36523542 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5caf36524c79 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5caf36524aae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5caf364eceb4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5caf364eceb4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5caf3652574e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5caf3652574e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5caf3652541a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5caf36523bf9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5caf365250ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5caf365475e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5caf36547a46 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5caf364b1d74 - core::result::Result<T,E>::unwrap::h9e0d4715da4a400e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5caf364b1d74 - bmp_encoder::tests::read_write_1pbb_bmp_image::h94d2ebb86854f98e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:85:40
[INFO] [stdout]   22:     0x5caf364b19b7 - bmp_encoder::tests::read_write_1pbb_bmp_image::{{closure}}::h209e40e14444a1a4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:79:31
[INFO] [stdout]   23:     0x5caf364a8c06 - core::ops::function::FnOnce::call_once::h61c52b3efe29c5f1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5caf364f271b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5caf364f271b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5caf364f1855 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5caf364f1855 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5caf364f1855 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5caf364f1855 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5caf364f1855 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5caf364f1855 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5caf364f1855 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5caf364b5454 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5caf364b5454 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5caf364b8e2a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5caf364b8e2a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5caf364b8e2a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5caf364b8e2a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5caf364b8e2a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5caf364b8e2a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5caf364b8e2a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5caf365286cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5caf365286cf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x78b636432aa4 - <unknown>
[INFO] [stdout]   45:     0x78b6364bfa34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::read_write_4pbb_bmp_image stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::read_write_4pbb_bmp_image' panicked at src/tests/mod.rs:100:9:
[INFO] [stdout] No such file or directory (os error 2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5caf365236f2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5caf365236f2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5caf365236f2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5caf365236f2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5caf36548b93 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5caf36548b93 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5caf36520673 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5caf36520673 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5caf36523542 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5caf36524c79 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5caf36524aae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5caf364eceb4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5caf364eceb4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5caf3652574e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5caf3652574e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5caf3652541a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5caf36523bf9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5caf365250ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5caf365475e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5caf364a9b80 - core::panicking::panic_display::h61e704238d29d24a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:268:5
[INFO] [stdout]   20:     0x5caf364b241d - bmp_encoder::tests::read_write_4pbb_bmp_image::{{closure}}::h49caa9bde7f9e32f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:100:9
[INFO] [stdout]   21:     0x5caf364a97bd - core::result::Result<T,E>::unwrap_or_else::h51b1732ea505cec0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1525:23
[INFO] [stdout]   22:     0x5caf364b21f1 - bmp_encoder::tests::read_write_4pbb_bmp_image::h8e54dbe95951ad7a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:99:40
[INFO] [stdout]   23:     0x5caf364b1fb7 - bmp_encoder::tests::read_write_4pbb_bmp_image::{{closure}}::hbb71339bbc8a1854
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:91:31
[INFO] [stdout]   24:     0x5caf364a8d46 - core::ops::function::FnOnce::call_once::h8e02898b71f65912
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5caf364f271b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5caf364f271b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5caf364f1855 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5caf364f1855 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5caf364f1855 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5caf364f1855 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5caf364f1855 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5caf364f1855 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5caf364f1855 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5caf364b5454 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5caf364b5454 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5caf364b8e2a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5caf364b8e2a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5caf364b8e2a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5caf364b8e2a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5caf364b8e2a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5caf364b8e2a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5caf364b8e2a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5caf365286cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5caf365286cf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x78b636432aa4 - <unknown>
[INFO] [stdout]   46:     0x78b6364bfa34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::read_write_8pbb_bmp_image stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::read_write_8pbb_bmp_image' panicked at src/tests/mod.rs:116:9:
[INFO] [stdout] No such file or directory (os error 2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5caf365236f2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5caf365236f2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5caf365236f2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5caf365236f2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5caf36548b93 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5caf36548b93 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5caf36520673 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5caf36520673 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5caf36523542 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5caf36524c79 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5caf36524aae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5caf364eceb4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5caf364eceb4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5caf3652574e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5caf3652574e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5caf3652541a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5caf36523bf9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5caf365250ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5caf365475e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5caf364a9b80 - core::panicking::panic_display::h61e704238d29d24a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:268:5
[INFO] [stdout]   20:     0x5caf364b28cd - bmp_encoder::tests::read_write_8pbb_bmp_image::{{closure}}::hb451d38db2e5cce3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:116:9
[INFO] [stdout]   21:     0x5caf364a993d - core::result::Result<T,E>::unwrap_or_else::hbb2d60984f23044b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1525:23
[INFO] [stdout]   22:     0x5caf364b26a1 - bmp_encoder::tests::read_write_8pbb_bmp_image::he9c04504b2c1fc66
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:115:40
[INFO] [stdout]   23:     0x5caf364b2467 - bmp_encoder::tests::read_write_8pbb_bmp_image::{{closure}}::h1c26c0789dfa871c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/mod.rs:107:31
[INFO] [stdout]   24:     0x5caf364a8cc6 - core::ops::function::FnOnce::call_once::h77e8fbcde24ab809
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5caf364f271b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5caf364f271b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5caf364f1855 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5caf364f1855 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5caf364f1855 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5caf364f1855 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5caf364f1855 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5caf364f1855 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5caf364f1855 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5caf364b5454 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5caf364b5454 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5caf364b8e2a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5caf364b8e2a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5caf364b8e2a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5caf364b8e2a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5caf364b8e2a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5caf364b8e2a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5caf364b8e2a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5caf365286cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5caf365286cf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x78b636432aa4 - <unknown>
[INFO] [stdout]   46:     0x78b6364bfa34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::can_create_bmp_file
[INFO] [stdout]     tests::read_write_1pbb_bmp_image
[INFO] [stdout]     tests::read_write_4pbb_bmp_image
[INFO] [stdout]     tests::read_write_8pbb_bmp_image
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "e4a68011921c163c853a6d5b99c84138abe447fa0b5623c213a74afb449fb8fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4a68011921c163c853a6d5b99c84138abe447fa0b5623c213a74afb449fb8fd", kill_on_drop: false }`
[INFO] [stdout] e4a68011921c163c853a6d5b99c84138abe447fa0b5623c213a74afb449fb8fd
