[INFO] fetching crate lzw 0.10.0... [INFO] checking lzw-0.10.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate lzw 0.10.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate lzw 0.10.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate lzw 0.10.0 [INFO] finished tweaking crates.io crate lzw 0.10.0 [INFO] tweaked toml for crates.io crate lzw 0.10.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae16c7541cef74d6f7706505f9aa5f13a5421449cab34bad3ae138619c27b0f8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ae16c7541cef74d6f7706505f9aa5f13a5421449cab34bad3ae138619c27b0f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae16c7541cef74d6f7706505f9aa5f13a5421449cab34bad3ae138619c27b0f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae16c7541cef74d6f7706505f9aa5f13a5421449cab34bad3ae138619c27b0f8", kill_on_drop: false }` [INFO] [stdout] ae16c7541cef74d6f7706505f9aa5f13a5421449cab34bad3ae138619c27b0f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3f5f6a21205256d9d21d2a92080fdcde3e6bd8e383d705bba6b3c2e4a5a683d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a3f5f6a21205256d9d21d2a92080fdcde3e6bd8e383d705bba6b3c2e4a5a683d", kill_on_drop: false }` [INFO] [stderr] Checking lzw v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | let cha = try!(self.table.reconstruct(prev))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:183:29 [INFO] [stdout] | [INFO] [stdout] 183 | try!(self.table.reconstruct(Some(code))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:185:39 [INFO] [stdout] | [INFO] [stdout] 185 | let cha = try!(self.table.reconstruct(Some(code)))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | let cha = try!(self.table.reconstruct(prev))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:337:17 [INFO] [stdout] | [INFO] [stdout] 337 | try!(w.write_bits(code, code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:351:13 [INFO] [stdout] | [INFO] [stdout] 351 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:357:9 [INFO] [stdout] | [INFO] [stdout] 357 | try!(w.write_bits(code, code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 359 | try!(w.write_bits(dict.end_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:360:5 [INFO] [stdout] | [INFO] [stdout] 360 | try!(w.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:409:21 [INFO] [stdout] | [INFO] [stdout] 409 | try!(w.write_bits(code, *code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | try!(w.write_bits(dict.clear_code(), *code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:154:17 [INFO] [stdout] | [INFO] [stdout] 154 | try!(self.write_bits(byte as u16, 8)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | / define_bit_writers!{ [INFO] [stdout] 175 | | LsbWriter, #[doc = "Writes bits to a byte stream, LSB first."]; [INFO] [stdout] 176 | | MsbWriter, #[doc = "Writes bits to a byte stream, MSB first."]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | try!(self.write_bits(0, missing)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | / define_bit_writers!{ [INFO] [stdout] 175 | | LsbWriter, #[doc = "Writes bits to a byte stream, LSB first."]; [INFO] [stdout] 176 | | MsbWriter, #[doc = "Writes bits to a byte stream, MSB first."]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | try!(self.w.write_all(&[self.acc as u8])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:201:13 [INFO] [stdout] | [INFO] [stdout] 201 | try!(self.w.write_all(&[(self.acc >> 24) as u8])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | let cha = try!(self.table.reconstruct(prev))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:183:29 [INFO] [stdout] | [INFO] [stdout] 183 | try!(self.table.reconstruct(Some(code))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:185:39 [INFO] [stdout] | [INFO] [stdout] 185 | let cha = try!(self.table.reconstruct(Some(code)))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | let cha = try!(self.table.reconstruct(prev))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:337:17 [INFO] [stdout] | [INFO] [stdout] 337 | try!(w.write_bits(code, code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:351:13 [INFO] [stdout] | [INFO] [stdout] 351 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:357:9 [INFO] [stdout] | [INFO] [stdout] 357 | try!(w.write_bits(code, code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 359 | try!(w.write_bits(dict.end_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:360:5 [INFO] [stdout] | [INFO] [stdout] 360 | try!(w.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:409:21 [INFO] [stdout] | [INFO] [stdout] 409 | try!(w.write_bits(code, *code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | try!(w.write_bits(dict.clear_code(), *code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:154:17 [INFO] [stdout] | [INFO] [stdout] 154 | try!(self.write_bits(byte as u16, 8)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | / define_bit_writers!{ [INFO] [stdout] 175 | | LsbWriter, #[doc = "Writes bits to a byte stream, LSB first."]; [INFO] [stdout] 176 | | MsbWriter, #[doc = "Writes bits to a byte stream, MSB first."]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | try!(self.write_bits(0, missing)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | / define_bit_writers!{ [INFO] [stdout] 175 | | LsbWriter, #[doc = "Writes bits to a byte stream, LSB first."]; [INFO] [stdout] 176 | | MsbWriter, #[doc = "Writes bits to a byte stream, MSB first."]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | try!(self.w.write_all(&[self.acc as u8])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:201:13 [INFO] [stdout] | [INFO] [stdout] 201 | try!(self.w.write_all(&[(self.acc >> 24) as u8])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/lzw.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | use std::io::{Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/lzw.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | use std::io::{Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-decompress.rs:18:27 [INFO] [stdout] | [INFO] [stdout] 18 | let buf = try!(stdin.fill_buf()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-decompress.rs:22:36 [INFO] [stdout] | [INFO] [stdout] 22 | let (len, bytes) = try!(decoder.decode_bytes(buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-decompress.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | try!(stdout.write_all(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-compress.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | let mut encoder = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-compress.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | let buf = try!(stdin.fill_buf()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-compress.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | try!(encoder.encode_bytes(buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "a3f5f6a21205256d9d21d2a92080fdcde3e6bd8e383d705bba6b3c2e4a5a683d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3f5f6a21205256d9d21d2a92080fdcde3e6bd8e383d705bba6b3c2e4a5a683d", kill_on_drop: false }` [INFO] [stdout] a3f5f6a21205256d9d21d2a92080fdcde3e6bd8e383d705bba6b3c2e4a5a683d