[INFO] fetching crate inflate 0.4.5... [INFO] building inflate-0.4.5 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate inflate 0.4.5 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate inflate 0.4.5 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate inflate 0.4.5 [INFO] finished tweaking crates.io crate inflate 0.4.5 [INFO] tweaked toml for crates.io crate inflate 0.4.5 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee98c267098b449887df3b1286424c3cd05eaea722c3adc0d8714fcbbf7c7293 [INFO] running `Command { std: "docker" "start" "-a" "ee98c267098b449887df3b1286424c3cd05eaea722c3adc0d8714fcbbf7c7293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee98c267098b449887df3b1286424c3cd05eaea722c3adc0d8714fcbbf7c7293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee98c267098b449887df3b1286424c3cd05eaea722c3adc0d8714fcbbf7c7293", kill_on_drop: false }` [INFO] [stdout] ee98c267098b449887df3b1286424c3cd05eaea722c3adc0d8714fcbbf7c7293 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32550fd505519936f1216b0dd4fef41aa8ed08fc90f07bf82455d3173b242928 [INFO] running `Command { std: "docker" "start" "-a" "32550fd505519936f1216b0dd4fef41aa8ed08fc90f07bf82455d3173b242928", kill_on_drop: false }` [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling inflate v0.4.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | try!(self.flush()); [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/writer.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | try!(self.writer.write(result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let (num_bytes_read, result) = try!(update(&mut self.inflater, &buf[n..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | try!(self.writer.write(result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | let (_, result) = try!(update(&mut self.inflater, &[])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utils.rs:20:39 [INFO] [stdout] | [INFO] [stdout] 20 | let (num_bytes_read, bytes) = try!(inflater.update(&data[n..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:180:25 [INFO] [stdout] | [INFO] [stdout] 180 | let input = try!(self.reader.fill_buf()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:289:16 [INFO] [stdout] | [INFO] [stdout] 289 | code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 327 | / with_codes!(clens, 7 => u8, |i: u8, code: u8, bits| -> _ { [INFO] [stdout] 328 | | /*let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] 329 | | Some(&base) => base, [INFO] [stdout] 330 | | None => return Err("invalid length code".to_owned()) [INFO] [stdout] ... | [INFO] [stdout] 336 | | Ok(()) [INFO] [stdout] 337 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (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/lib.rs:302:28 [INFO] [stdout] | [INFO] [stdout] 302 | let new_code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 327 | / with_codes!(clens, 7 => u8, |i: u8, code: u8, bits| -> _ { [INFO] [stdout] 328 | | /*let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] 329 | | Some(&base) => base, [INFO] [stdout] 330 | | None => return Err("invalid length code".to_owned()) [INFO] [stdout] ... | [INFO] [stdout] 336 | | Ok(()) [INFO] [stdout] 337 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:368:18 [INFO] [stdout] | [INFO] [stdout] 368 | 0...15 => self.result.push(code), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:397:19 [INFO] [stdout] | [INFO] [stdout] 397 | let lit = try!(DynHuffman16::new(&self.result[..num_lit])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:398:20 [INFO] [stdout] | [INFO] [stdout] 398 | let dist = try!(DynHuffman16::new(&self.result[num_lit..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:289:16 [INFO] [stdout] | [INFO] [stdout] 289 | code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / with_codes!(clens, 15 => u16, |i: u16, code: u16, bits: u8| -> _ { [INFO] [stdout] 420 | | let entry = i | ((bits as u16) << 12); [INFO] [stdout] 421 | | if bits <= 8 { [INFO] [stdout] 422 | | let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] ... | [INFO] [stdout] 471 | | Ok(()) [INFO] [stdout] 472 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (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/lib.rs:302:28 [INFO] [stdout] | [INFO] [stdout] 302 | let new_code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / with_codes!(clens, 15 => u16, |i: u16, code: u16, bits: u8| -> _ { [INFO] [stdout] 420 | | let entry = i | ((bits as u16) << 12); [INFO] [stdout] 421 | | if bits <= 8 { [INFO] [stdout] 422 | | let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] ... | [INFO] [stdout] 471 | | Ok(()) [INFO] [stdout] 472 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (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/lib.rs:855:53 [INFO] [stdout] | [INFO] [stdout] 855 | ... ok!(BlockDynCodeLengths(try!(CodeLengthReader::new(clens, hlit as u16 + 256, hdist)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:859:40 [INFO] [stdout] | [INFO] [stdout] 859 | let finished = try!(reader.read(&mut stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:861:47 [INFO] [stdout] | [INFO] [stdout] 861 | ... let (lit, dist) = try!(reader.to_lit_and_dist()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:875:60 [INFO] [stdout] | [INFO] [stdout] 875 | ... let (save, code16) = match try!(huff_lit_len.read(&mut stream)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:882:38 [INFO] [stdout] | [INFO] [stdout] 882 | ... 0...255 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:886:40 [INFO] [stdout] | [INFO] [stdout] 886 | ... 256...285 => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:910:38 [INFO] [stdout] | [INFO] [stdout] 910 | ... 1...8 => len!(code, 0), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:911:38 [INFO] [stdout] | [INFO] [stdout] 911 | ... 9...12 => len!(code, 1), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:912:39 [INFO] [stdout] | [INFO] [stdout] 912 | ... 13...16 => len!(code, 2), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:913:39 [INFO] [stdout] | [INFO] [stdout] 913 | ... 17...20 => len!(code, 3), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:914:39 [INFO] [stdout] | [INFO] [stdout] 914 | ... 21...24 => len!(code, 4), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:915:39 [INFO] [stdout] | [INFO] [stdout] 915 | ... 25...28 => len!(code, 5), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:921:59 [INFO] [stdout] | [INFO] [stdout] 921 | ... let (save, dist_code) = match try!(huff_dist.read(&mut stream)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:930:34 [INFO] [stdout] | [INFO] [stdout] 930 | ... 0...3 => len_dist_case!(0), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 930 | 0...3 => len_dist_case!(0), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:931:34 [INFO] [stdout] | [INFO] [stdout] 931 | ... 4...5 => len_dist_case!(1), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 931 | 4...5 => len_dist_case!(1), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:932:34 [INFO] [stdout] | [INFO] [stdout] 932 | ... 6...7 => len_dist_case!(2), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 932 | 6...7 => len_dist_case!(2), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:933:34 [INFO] [stdout] | [INFO] [stdout] 933 | ... 8...9 => len_dist_case!(3), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 933 | 8...9 => len_dist_case!(3), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:934:35 [INFO] [stdout] | [INFO] [stdout] 934 | ... 10...11 => len_dist_case!(4), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 934 | 10...11 => len_dist_case!(4), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:935:35 [INFO] [stdout] | [INFO] [stdout] 935 | ... 12...13 => len_dist_case!(5), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 935 | 12...13 => len_dist_case!(5), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:936:35 [INFO] [stdout] | [INFO] [stdout] 936 | ... 14...15 => len_dist_case!(6), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 936 | 14...15 => len_dist_case!(6), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:937:35 [INFO] [stdout] | [INFO] [stdout] 937 | ... 16...17 => len_dist_case!(7), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 937 | 16...17 => len_dist_case!(7), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:938:35 [INFO] [stdout] | [INFO] [stdout] 938 | ... 18...19 => len_dist_case!(8), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 938 | 18...19 => len_dist_case!(8), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:939:35 [INFO] [stdout] | [INFO] [stdout] 939 | ... 20...21 => len_dist_case!(9), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 939 | 20...21 => len_dist_case!(9), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:940:35 [INFO] [stdout] | [INFO] [stdout] 940 | ... 22...23 => len_dist_case!(10), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 940 | 22...23 => len_dist_case!(10), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:941:35 [INFO] [stdout] | [INFO] [stdout] 941 | ... 24...25 => len_dist_case!(11), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 941 | 24...25 => len_dist_case!(11), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:942:35 [INFO] [stdout] | [INFO] [stdout] 942 | ... 26...27 => len_dist_case!(12), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 942 | 26...27 => len_dist_case!(12), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:943:35 [INFO] [stdout] | [INFO] [stdout] 943 | ... 28...29 => len_dist_case!(13), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 943 | 28...29 => len_dist_case!(13), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (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/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 951 | run_len_dist!(len, dist => (0, next, state)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (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/lib.rs:1027:13 [INFO] [stdout] | [INFO] [stdout] 1027 | try!(self.checksum.check(c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: inflate, (6ee405aedc11595e, f4a91e0b79c1ec2f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (6ee405aedc11595e, f4a91e0b79c1ec2f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (2cb732f7191c0168, 3d47c7449c60e3e1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (4edcfaa8b18ffc04, ac147a6eb7d4a30c), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (cb77c8316671e3d8, 2afcafd23703bbcc), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (4c7675b80e1740f9, ab3258b26797a2de), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (43d4b81ab644adf3, 24777ae244cdd0e0), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (695608ba7013207c, 590cf83d2a0b573e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (88012cb9149020a4, d28a2f92febd5541), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (ca4729307eef91ca, 1bf3c815057f1105), 0, 0 [INFO] [stdout] warning: 57 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.21s [INFO] running `Command { std: "docker" "inspect" "32550fd505519936f1216b0dd4fef41aa8ed08fc90f07bf82455d3173b242928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32550fd505519936f1216b0dd4fef41aa8ed08fc90f07bf82455d3173b242928", kill_on_drop: false }` [INFO] [stdout] 32550fd505519936f1216b0dd4fef41aa8ed08fc90f07bf82455d3173b242928 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c7a2c084c6142b4812d723d472fcfeb6132d14f9ca93b1940c637df2cad3fc1b [INFO] running `Command { std: "docker" "start" "-a" "c7a2c084c6142b4812d723d472fcfeb6132d14f9ca93b1940c637df2cad3fc1b", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | try!(self.flush()); [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/writer.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | try!(self.writer.write(result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let (num_bytes_read, result) = try!(update(&mut self.inflater, &buf[n..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | try!(self.writer.write(result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | let (_, result) = try!(update(&mut self.inflater, &[])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utils.rs:20:39 [INFO] [stdout] | [INFO] [stdout] 20 | let (num_bytes_read, bytes) = try!(inflater.update(&data[n..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:180:25 [INFO] [stdout] | [INFO] [stdout] 180 | let input = try!(self.reader.fill_buf()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:289:16 [INFO] [stdout] | [INFO] [stdout] 289 | code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 327 | / with_codes!(clens, 7 => u8, |i: u8, code: u8, bits| -> _ { [INFO] [stdout] 328 | | /*let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] 329 | | Some(&base) => base, [INFO] [stdout] 330 | | None => return Err("invalid length code".to_owned()) [INFO] [stdout] ... | [INFO] [stdout] 336 | | Ok(()) [INFO] [stdout] 337 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (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/lib.rs:302:28 [INFO] [stdout] | [INFO] [stdout] 302 | let new_code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 327 | / with_codes!(clens, 7 => u8, |i: u8, code: u8, bits| -> _ { [INFO] [stdout] 328 | | /*let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] 329 | | Some(&base) => base, [INFO] [stdout] 330 | | None => return Err("invalid length code".to_owned()) [INFO] [stdout] ... | [INFO] [stdout] 336 | | Ok(()) [INFO] [stdout] 337 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:368:18 [INFO] [stdout] | [INFO] [stdout] 368 | 0...15 => self.result.push(code), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:397:19 [INFO] [stdout] | [INFO] [stdout] 397 | let lit = try!(DynHuffman16::new(&self.result[..num_lit])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:398:20 [INFO] [stdout] | [INFO] [stdout] 398 | let dist = try!(DynHuffman16::new(&self.result[num_lit..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:289:16 [INFO] [stdout] | [INFO] [stdout] 289 | code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / with_codes!(clens, 15 => u16, |i: u16, code: u16, bits: u8| -> _ { [INFO] [stdout] 420 | | let entry = i | ((bits as u16) << 12); [INFO] [stdout] 421 | | if bits <= 8 { [INFO] [stdout] 422 | | let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] ... | [INFO] [stdout] 471 | | Ok(()) [INFO] [stdout] 472 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (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/lib.rs:302:28 [INFO] [stdout] | [INFO] [stdout] 302 | let new_code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / with_codes!(clens, 15 => u16, |i: u16, code: u16, bits: u8| -> _ { [INFO] [stdout] 420 | | let entry = i | ((bits as u16) << 12); [INFO] [stdout] 421 | | if bits <= 8 { [INFO] [stdout] 422 | | let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] ... | [INFO] [stdout] 471 | | Ok(()) [INFO] [stdout] 472 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (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/lib.rs:855:53 [INFO] [stdout] | [INFO] [stdout] 855 | ... ok!(BlockDynCodeLengths(try!(CodeLengthReader::new(clens, hlit as u16 + 256, hdist)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:859:40 [INFO] [stdout] | [INFO] [stdout] 859 | let finished = try!(reader.read(&mut stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:861:47 [INFO] [stdout] | [INFO] [stdout] 861 | ... let (lit, dist) = try!(reader.to_lit_and_dist()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:875:60 [INFO] [stdout] | [INFO] [stdout] 875 | ... let (save, code16) = match try!(huff_lit_len.read(&mut stream)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:882:38 [INFO] [stdout] | [INFO] [stdout] 882 | ... 0...255 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:886:40 [INFO] [stdout] | [INFO] [stdout] 886 | ... 256...285 => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:910:38 [INFO] [stdout] | [INFO] [stdout] 910 | ... 1...8 => len!(code, 0), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:911:38 [INFO] [stdout] | [INFO] [stdout] 911 | ... 9...12 => len!(code, 1), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:912:39 [INFO] [stdout] | [INFO] [stdout] 912 | ... 13...16 => len!(code, 2), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:913:39 [INFO] [stdout] | [INFO] [stdout] 913 | ... 17...20 => len!(code, 3), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:914:39 [INFO] [stdout] | [INFO] [stdout] 914 | ... 21...24 => len!(code, 4), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:915:39 [INFO] [stdout] | [INFO] [stdout] 915 | ... 25...28 => len!(code, 5), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:921:59 [INFO] [stdout] | [INFO] [stdout] 921 | ... let (save, dist_code) = match try!(huff_dist.read(&mut stream)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:930:34 [INFO] [stdout] | [INFO] [stdout] 930 | ... 0...3 => len_dist_case!(0), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 930 | 0...3 => len_dist_case!(0), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:931:34 [INFO] [stdout] | [INFO] [stdout] 931 | ... 4...5 => len_dist_case!(1), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 931 | 4...5 => len_dist_case!(1), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:932:34 [INFO] [stdout] | [INFO] [stdout] 932 | ... 6...7 => len_dist_case!(2), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 932 | 6...7 => len_dist_case!(2), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:933:34 [INFO] [stdout] | [INFO] [stdout] 933 | ... 8...9 => len_dist_case!(3), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 933 | 8...9 => len_dist_case!(3), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:934:35 [INFO] [stdout] | [INFO] [stdout] 934 | ... 10...11 => len_dist_case!(4), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 934 | 10...11 => len_dist_case!(4), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:935:35 [INFO] [stdout] | [INFO] [stdout] 935 | ... 12...13 => len_dist_case!(5), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: inflate, (6ee405aedc11595e, f4a91e0b79c1ec2f), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 935 | 12...13 => len_dist_case!(5), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: inflate, (6ee405aedc11595e, f4a91e0b79c1ec2f), 0, 0 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:936:35 [INFO] [stdout] | [INFO] [stdout] 936 | ... 14...15 => len_dist_case!(6), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: inflate, (2cb732f7191c0168, 3d47c7449c60e3e1), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 936 | 14...15 => len_dist_case!(6), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: inflate, (4edcfaa8b18ffc04, ac147a6eb7d4a30c), 16, 16 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:937:35 [INFO] [stdout] | [INFO] [stdout] 937 | ... 16...17 => len_dist_case!(7), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: inflate, (cb77c8316671e3d8, 2afcafd23703bbcc), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 937 | 16...17 => len_dist_case!(7), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: inflate, (4c7675b80e1740f9, ab3258b26797a2de), 0, 0 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:938:35 [INFO] [stdout] | [INFO] [stdout] 938 | ... 18...19 => len_dist_case!(8), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: inflate, (43d4b81ab644adf3, 24777ae244cdd0e0), 8, 8 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 938 | 18...19 => len_dist_case!(8), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: inflate, (695608ba7013207c, 590cf83d2a0b573e), 0, 0 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:939:35 [INFO] [stdout] | [INFO] [stdout] 939 | ... 20...21 => len_dist_case!(9), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: inflate, (88012cb9149020a4, d28a2f92febd5541), 0, 0 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 939 | 20...21 => len_dist_case!(9), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: inflate, (ca4729307eef91ca, 1bf3c815057f1105), 0, 0 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:940:35 [INFO] [stdout] | [INFO] [stdout] 940 | ... 22...23 => len_dist_case!(10), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling inflate v0.4.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 940 | 22...23 => len_dist_case!(10), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:941:35 [INFO] [stdout] | [INFO] [stdout] 941 | ... 24...25 => len_dist_case!(11), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 941 | 24...25 => len_dist_case!(11), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:942:35 [INFO] [stdout] | [INFO] [stdout] 942 | ... 26...27 => len_dist_case!(12), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 942 | 26...27 => len_dist_case!(12), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:943:35 [INFO] [stdout] | [INFO] [stdout] 943 | ... 28...29 => len_dist_case!(13), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 943 | 28...29 => len_dist_case!(13), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (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/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 951 | run_len_dist!(len, dist => (0, next, state)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (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/lib.rs:1027:13 [INFO] [stdout] | [INFO] [stdout] 1027 | try!(self.checksum.check(c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 57 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | try!(self.flush()); [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/writer.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | try!(self.writer.write(result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:52:44 [INFO] [stdout] | [INFO] [stdout] 52 | let (num_bytes_read, result) = try!(update(&mut self.inflater, &buf[n..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | try!(self.writer.write(result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | let (_, result) = try!(update(&mut self.inflater, &[])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/utils.rs:20:39 [INFO] [stdout] | [INFO] [stdout] 20 | let (num_bytes_read, bytes) = try!(inflater.update(&data[n..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:180:25 [INFO] [stdout] | [INFO] [stdout] 180 | let input = try!(self.reader.fill_buf()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:289:16 [INFO] [stdout] | [INFO] [stdout] 289 | code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 327 | / with_codes!(clens, 7 => u8, |i: u8, code: u8, bits| -> _ { [INFO] [stdout] 328 | | /*let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] 329 | | Some(&base) => base, [INFO] [stdout] 330 | | None => return Err("invalid length code".to_owned()) [INFO] [stdout] ... | [INFO] [stdout] 336 | | Ok(()) [INFO] [stdout] 337 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (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/lib.rs:302:28 [INFO] [stdout] | [INFO] [stdout] 302 | let new_code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 327 | / with_codes!(clens, 7 => u8, |i: u8, code: u8, bits| -> _ { [INFO] [stdout] 328 | | /*let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] 329 | | Some(&base) => base, [INFO] [stdout] 330 | | None => return Err("invalid length code".to_owned()) [INFO] [stdout] ... | [INFO] [stdout] 336 | | Ok(()) [INFO] [stdout] 337 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:368:18 [INFO] [stdout] | [INFO] [stdout] 368 | 0...15 => self.result.push(code), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:397:19 [INFO] [stdout] | [INFO] [stdout] 397 | let lit = try!(DynHuffman16::new(&self.result[..num_lit])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:398:20 [INFO] [stdout] | [INFO] [stdout] 398 | let dist = try!(DynHuffman16::new(&self.result[num_lit..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:289:16 [INFO] [stdout] | [INFO] [stdout] 289 | code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / with_codes!(clens, 15 => u16, |i: u16, code: u16, bits: u8| -> _ { [INFO] [stdout] 420 | | let entry = i | ((bits as u16) << 12); [INFO] [stdout] 421 | | if bits <= 8 { [INFO] [stdout] 422 | | let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] ... | [INFO] [stdout] 471 | | Ok(()) [INFO] [stdout] 472 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (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/lib.rs:302:28 [INFO] [stdout] | [INFO] [stdout] 302 | let new_code = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 419 | / with_codes!(clens, 15 => u16, |i: u16, code: u16, bits: u8| -> _ { [INFO] [stdout] 420 | | let entry = i | ((bits as u16) << 12); [INFO] [stdout] 421 | | if bits <= 8 { [INFO] [stdout] 422 | | let base = match BIT_REV_U8.get((code << (8 - bits)) as usize) { [INFO] [stdout] ... | [INFO] [stdout] 471 | | Ok(()) [INFO] [stdout] 472 | | }); [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `with_codes` (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/lib.rs:855:53 [INFO] [stdout] | [INFO] [stdout] 855 | ... ok!(BlockDynCodeLengths(try!(CodeLengthReader::new(clens, hlit as u16 + 256, hdist)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:859:40 [INFO] [stdout] | [INFO] [stdout] 859 | let finished = try!(reader.read(&mut stream)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:861:47 [INFO] [stdout] | [INFO] [stdout] 861 | ... let (lit, dist) = try!(reader.to_lit_and_dist()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:875:60 [INFO] [stdout] | [INFO] [stdout] 875 | ... let (save, code16) = match try!(huff_lit_len.read(&mut stream)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:882:38 [INFO] [stdout] | [INFO] [stdout] 882 | ... 0...255 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:886:40 [INFO] [stdout] | [INFO] [stdout] 886 | ... 256...285 => {} [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:910:38 [INFO] [stdout] | [INFO] [stdout] 910 | ... 1...8 => len!(code, 0), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:911:38 [INFO] [stdout] | [INFO] [stdout] 911 | ... 9...12 => len!(code, 1), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:912:39 [INFO] [stdout] | [INFO] [stdout] 912 | ... 13...16 => len!(code, 2), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:913:39 [INFO] [stdout] | [INFO] [stdout] 913 | ... 17...20 => len!(code, 3), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:914:39 [INFO] [stdout] | [INFO] [stdout] 914 | ... 21...24 => len!(code, 4), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:915:39 [INFO] [stdout] | [INFO] [stdout] 915 | ... 25...28 => len!(code, 5), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:921:59 [INFO] [stdout] | [INFO] [stdout] 921 | ... let (save, dist_code) = match try!(huff_dist.read(&mut stream)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:930:34 [INFO] [stdout] | [INFO] [stdout] 930 | ... 0...3 => len_dist_case!(0), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 930 | 0...3 => len_dist_case!(0), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:931:34 [INFO] [stdout] | [INFO] [stdout] 931 | ... 4...5 => len_dist_case!(1), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 931 | 4...5 => len_dist_case!(1), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:932:34 [INFO] [stdout] | [INFO] [stdout] 932 | ... 6...7 => len_dist_case!(2), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 932 | 6...7 => len_dist_case!(2), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:933:34 [INFO] [stdout] | [INFO] [stdout] 933 | ... 8...9 => len_dist_case!(3), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 933 | 8...9 => len_dist_case!(3), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:934:35 [INFO] [stdout] | [INFO] [stdout] 934 | ... 10...11 => len_dist_case!(4), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 934 | 10...11 => len_dist_case!(4), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:935:35 [INFO] [stdout] | [INFO] [stdout] 935 | ... 12...13 => len_dist_case!(5), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 935 | 12...13 => len_dist_case!(5), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:936:35 [INFO] [stdout] | [INFO] [stdout] 936 | ... 14...15 => len_dist_case!(6), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 936 | 14...15 => len_dist_case!(6), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:937:35 [INFO] [stdout] | [INFO] [stdout] 937 | ... 16...17 => len_dist_case!(7), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 937 | 16...17 => len_dist_case!(7), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:938:35 [INFO] [stdout] | [INFO] [stdout] 938 | ... 18...19 => len_dist_case!(8), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 938 | 18...19 => len_dist_case!(8), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:939:35 [INFO] [stdout] | [INFO] [stdout] 939 | ... 20...21 => len_dist_case!(9), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 939 | 20...21 => len_dist_case!(9), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:940:35 [INFO] [stdout] | [INFO] [stdout] 940 | ... 22...23 => len_dist_case!(10), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 940 | 22...23 => len_dist_case!(10), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:941:35 [INFO] [stdout] | [INFO] [stdout] 941 | ... 24...25 => len_dist_case!(11), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 941 | 24...25 => len_dist_case!(11), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:942:35 [INFO] [stdout] | [INFO] [stdout] 942 | ... 26...27 => len_dist_case!(12), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 942 | 26...27 => len_dist_case!(12), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:943:35 [INFO] [stdout] | [INFO] [stdout] 943 | ... 28...29 => len_dist_case!(13), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 943 | 28...29 => len_dist_case!(13), [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (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/lib.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | let left = try!(self.run_len_dist($len, dist)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 951 | run_len_dist!(len, dist => (0, next, state)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `run_len_dist` (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/lib.rs:1027:13 [INFO] [stdout] | [INFO] [stdout] 1027 | try!(self.checksum.check(c)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> tests/test.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | inflate::inflate_bytes_zlib(data); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> tests/test.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | inflate::inflate_bytes_zlib(data); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: test, (6a03d16ff622025f, d40e50783be19928), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (6e9dacfa7b7f654c, ae46872413924741), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (2e03167aa9836b39, 7a34be37186f61dc), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (97c0795779b26567, 55ba6c23356e36cf), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (cfcfaa4ea9332e46, aa5b0d2319c596f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (aab5cd3b6bd96de6, fa91ce4a85e818fd), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (636b2730d8a1c65, cb5b405a4ee3650b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (87460a4849ae1318, 809106005d0809e3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (b86d77af187ad8b8, 6ef8327089695250), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (8dfade9330ac790c, c63cbae5493b9b4b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (f6a06cd46995531, c4f2b3245614197), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (493789824fc4cf7, 3ed2620415ad4f7b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (de1d55de441adb1e, 1928872a51e199d8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (19f26c547e5f83cb, b698f20bc75ed10d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (f104365e512c4b79, 94953c6ae0516883), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (f104365e512c4b79, 94953c6ae0516883), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (89afb0ea07c63e20, 2ba09242250abb17), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (ebf7a864baa90956, 513edba5ac3b7bd2), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (f0b8a697b7106cc9, 7b7a4d8e2cca0c65), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (f120e0c16e9965dc, eb07d8d91df5329), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (22206f483815d03d, a120c979bf18e2b3), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (9f93e0e3feea4d5d, dd49ce47fb5db733), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (c783acf102ffe493, adf5ef1cd77b610e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (c17bc3127424f9af, dbd186d66fd58f05), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (d4c811c3eaa7f692, 3fde3a223bc0cb75), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (d7bb0b298702a7f0, a9d7fa5d6b37ab9e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (4f72896a872e2973, 2a43841789e4a2af), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (1ba25c7f8af3a674, 85a53e46896445b1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (904c0d318ab9c01, 2ac0d8cc5f90a6b7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: inflate, (a7f494549c83a9c6, 29f96803b900c8a0), 0, 0 [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 57 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "c7a2c084c6142b4812d723d472fcfeb6132d14f9ca93b1940c637df2cad3fc1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7a2c084c6142b4812d723d472fcfeb6132d14f9ca93b1940c637df2cad3fc1b", kill_on_drop: false }` [INFO] [stdout] c7a2c084c6142b4812d723d472fcfeb6132d14f9ca93b1940c637df2cad3fc1b