[INFO] fetching crate inflate 0.4.5... [INFO] checking inflate-0.4.5 against try#3298c2ca5e390fd0d104357fdeec514a152a9561 for pr-136490 [INFO] extracting crate inflate 0.4.5 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate inflate 0.4.5 on toolchain 3298c2ca5e390fd0d104357fdeec514a152a9561 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3298c2ca5e390fd0d104357fdeec514a152a9561" "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-3-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3298c2ca5e390fd0d104357fdeec514a152a9561" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3298c2ca5e390fd0d104357fdeec514a152a9561" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+3298c2ca5e390fd0d104357fdeec514a152a9561" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e5db896fd8824f1b3abadf3ae0dc673845763a739b302d995b23be1d9ddfab9b [INFO] running `Command { std: "docker" "start" "-a" "e5db896fd8824f1b3abadf3ae0dc673845763a739b302d995b23be1d9ddfab9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5db896fd8824f1b3abadf3ae0dc673845763a739b302d995b23be1d9ddfab9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5db896fd8824f1b3abadf3ae0dc673845763a739b302d995b23be1d9ddfab9b", kill_on_drop: false }` [INFO] [stdout] e5db896fd8824f1b3abadf3ae0dc673845763a739b302d995b23be1d9ddfab9b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+3298c2ca5e390fd0d104357fdeec514a152a9561" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67f21dbf20a5c774e924ac43ecfc64edcf69934cfc6b2d537c3d9c3c37baabf3 [INFO] running `Command { std: "docker" "start" "-a" "67f21dbf20a5c774e924ac43ecfc64edcf69934cfc6b2d537c3d9c3c37baabf3", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking inflate v0.4.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `debug` [INFO] [stdout] --> src/lib.rs:183:7 [INFO] [stdout] | [INFO] [stdout] 183 | #[cfg(debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 30 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `debug` [INFO] [stdout] --> src/lib.rs:185:11 [INFO] [stdout] | [INFO] [stdout] 185 | #[cfg(not(debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [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] = 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] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [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: unexpected `cfg` condition name: `debug` [INFO] [stdout] --> src/lib.rs:183:7 [INFO] [stdout] | [INFO] [stdout] 183 | #[cfg(debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 30 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `debug` [INFO] [stdout] --> src/lib.rs:185:11 [INFO] [stdout] | [INFO] [stdout] 185 | #[cfg(not(debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [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: 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: `...` 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] = 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] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [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: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: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: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: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: 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: `...` 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: 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] [stderr] error: could not compile `inflate` (lib); 23 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/3298c2ca5e390fd0d104357fdeec514a152a9561/bin/rustc --crate-name inflate --edition=2015 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable"))' -C metadata=46be992cdce99522 -C extra-filename=-cbc22d26ba299dde --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adler32=/opt/rustwide/target/debug/deps/libadler32-b0dc6f50d28ed0c4.rmeta --cap-lints=forbid` (exit status: 0) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `inflate` (lib test); 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/3298c2ca5e390fd0d104357fdeec514a152a9561/bin/rustc --crate-name inflate --edition=2015 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable"))' -C metadata=c754de3dcdc50726 -C extra-filename=-79638210cd91281c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern adler32=/opt/rustwide/target/debug/deps/libadler32-b0dc6f50d28ed0c4.rmeta --cap-lints=forbid` (exit status: 0) [INFO] running `Command { std: "docker" "inspect" "67f21dbf20a5c774e924ac43ecfc64edcf69934cfc6b2d537c3d9c3c37baabf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67f21dbf20a5c774e924ac43ecfc64edcf69934cfc6b2d537c3d9c3c37baabf3", kill_on_drop: false }` [INFO] [stdout] 67f21dbf20a5c774e924ac43ecfc64edcf69934cfc6b2d537c3d9c3c37baabf3