[INFO] fetching crate redux 0.2.0... [INFO] checking redux-0.2.0 against try#8330aa5198c56eb493d06cd9c4cc91d00d70e3b6 for pr-103872 [INFO] extracting crate redux 0.2.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate redux 0.2.0 on toolchain 8330aa5198c56eb493d06cd9c4cc91d00d70e3b6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8330aa5198c56eb493d06cd9c4cc91d00d70e3b6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate redux 0.2.0 [INFO] finished tweaking crates.io crate redux 0.2.0 [INFO] tweaked toml for crates.io crate redux 0.2.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8330aa5198c56eb493d06cd9c4cc91d00d70e3b6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8330aa5198c56eb493d06cd9c4cc91d00d70e3b6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+8330aa5198c56eb493d06cd9c4cc91d00d70e3b6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83b8df0dcdbb21875fd28832c8ae879fefe833909732035570b127370e9f7774 [INFO] running `Command { std: "docker" "start" "-a" "83b8df0dcdbb21875fd28832c8ae879fefe833909732035570b127370e9f7774", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83b8df0dcdbb21875fd28832c8ae879fefe833909732035570b127370e9f7774", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83b8df0dcdbb21875fd28832c8ae879fefe833909732035570b127370e9f7774", kill_on_drop: false }` [INFO] [stdout] 83b8df0dcdbb21875fd28832c8ae879fefe833909732035570b127370e9f7774 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+8330aa5198c56eb493d06cd9c4cc91d00d70e3b6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14c2be976773493cacfe263e1cb197b9c60622ce894017fd7193c20fd683b877 [INFO] running `Command { std: "docker" "start" "-a" "14c2be976773493cacfe263e1cb197b9c60622ce894017fd7193c20fd683b877", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Checking redux v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitio/mod.rs:177:17 [INFO] [stdout] | [INFO] [stdout] 177 | try!(self.flush_bits()) [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/codec.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | try!(output.write_bits(if bit { 1 } else { 0 }, 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | try!(output.write_bits(if bit { 0 } else { 1 }, 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:50:46 [INFO] [stdout] | [INFO] [stdout] 50 | self.pending = (self.pending << 1) | try!(input.read_bits(1)) as u64; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | let (low, high) = try!(self.model.get_frequency(symbol)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:64:16 [INFO] [stdout] | [INFO] [stdout] 64 | try!(self.put_bit(false, output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:70:16 [INFO] [stdout] | [INFO] [stdout] 70 | try!(self.put_bit(true, output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around assigned value [INFO] [stdout] --> src/codec.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | self.low -= { self.model.parameters().code_one_fourth }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 77 - self.low -= { self.model.parameters().code_one_fourth }; [INFO] [stdout] 77 + self.low -= self.model.parameters().code_one_fourth; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around assigned value [INFO] [stdout] --> src/codec.rs:78:29 [INFO] [stdout] | [INFO] [stdout] 78 | self.high -= { self.model.parameters().code_one_fourth }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 78 - self.high -= { self.model.parameters().code_one_fourth }; [INFO] [stdout] 78 + self.high -= self.model.parameters().code_one_fourth; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:98:13 [INFO] [stdout] | [INFO] [stdout] 98 | try!(output.flush_bits()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:94:17 [INFO] [stdout] | [INFO] [stdout] 94 | try!(self.put_bit(mask != 0, output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:112:13 [INFO] [stdout] | [INFO] [stdout] 112 | try!(self.compress_symbol(symbol, output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/codec.rs:106:48 [INFO] [stdout] | [INFO] [stdout] 106 | let symbol = match input.read_bits({ self.model.parameters().symbol_bits }) { [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 106 - let symbol = match input.read_bits({ self.model.parameters().symbol_bits }) { [INFO] [stdout] 106 + let symbol = match input.read_bits(self.model.parameters().symbol_bits) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:125:13 [INFO] [stdout] | [INFO] [stdout] 125 | try!(self.get_bit(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:132:35 [INFO] [stdout] | [INFO] [stdout] 132 | let (symbol, low, high) = try!(self.model.get_symbol(value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | try!(self.get_bit(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around assigned value [INFO] [stdout] --> src/codec.rs:144:33 [INFO] [stdout] | [INFO] [stdout] 144 | self.pending -= { self.model.parameters().code_half }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 144 - self.pending -= { self.model.parameters().code_half }; [INFO] [stdout] 144 + self.pending -= self.model.parameters().code_half; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around assigned value [INFO] [stdout] --> src/codec.rs:145:29 [INFO] [stdout] | [INFO] [stdout] 145 | self.low -= { self.model.parameters().code_half }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 145 - self.low -= { self.model.parameters().code_half }; [INFO] [stdout] 145 + self.low -= self.model.parameters().code_half; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around assigned value [INFO] [stdout] --> src/codec.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | self.high -= { self.model.parameters().code_half }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 146 - self.high -= { self.model.parameters().code_half }; [INFO] [stdout] 146 + self.high -= self.model.parameters().code_half; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around assigned value [INFO] [stdout] --> src/codec.rs:148:33 [INFO] [stdout] | [INFO] [stdout] 148 | self.pending -= { self.model.parameters().code_one_fourth }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 148 - self.pending -= { self.model.parameters().code_one_fourth }; [INFO] [stdout] 148 + self.pending -= self.model.parameters().code_one_fourth; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around assigned value [INFO] [stdout] --> src/codec.rs:149:29 [INFO] [stdout] | [INFO] [stdout] 149 | self.low -= { self.model.parameters().code_one_fourth }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 149 - self.low -= { self.model.parameters().code_one_fourth }; [INFO] [stdout] 149 + self.low -= self.model.parameters().code_one_fourth; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around assigned value [INFO] [stdout] --> src/codec.rs:150:30 [INFO] [stdout] | [INFO] [stdout] 150 | self.high -= { self.model.parameters().code_one_fourth }; [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 150 - self.high -= { self.model.parameters().code_one_fourth }; [INFO] [stdout] 150 + self.high -= self.model.parameters().code_one_fourth; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:166:26 [INFO] [stdout] | [INFO] [stdout] 166 | let symbol = try!(self.decompress_symbol(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/codec.rs:171:17 [INFO] [stdout] | [INFO] [stdout] 171 | try!(output.write_bits(symbol, { self.model.parameters().symbol_bits })); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/codec.rs:171:48 [INFO] [stdout] | [INFO] [stdout] 171 | try!(output.write_bits(symbol, { self.model.parameters().symbol_bits })); [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 171 - try!(output.write_bits(symbol, { self.model.parameters().symbol_bits })); [INFO] [stdout] 171 + try!(output.write_bits(symbol, self.model.parameters().symbol_bits)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | try!(codec.compress_stream(&mut input, &mut output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | try!(codec.decompress_stream(&mut input, &mut output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitio/mod.rs:58:20 [INFO] [stdout] | [INFO] [stdout] 58 | input: &'a mut Read, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 | input: &'a mut dyn Read, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitio/mod.rs:128:21 [INFO] [stdout] | [INFO] [stdout] 128 | output: &'a mut Write, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 128 | output: &'a mut dyn Write, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | model: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 23 | model: Box, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn compress(istream: &mut io::Read, ostream: &mut io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 102 | pub fn compress(istream: &mut dyn io::Read, ostream: &mut io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:102:55 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn compress(istream: &mut io::Read, ostream: &mut io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 102 | pub fn compress(istream: &mut io::Read, ostream: &mut dyn io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:102:77 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn compress(istream: &mut io::Read, ostream: &mut io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 102 | pub fn compress(istream: &mut io::Read, ostream: &mut io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:113:33 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn decompress(istream: &mut io::Read, ostream: &mut io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 113 | pub fn decompress(istream: &mut dyn io::Read, ostream: &mut io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:113:57 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn decompress(istream: &mut io::Read, ostream: &mut io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 113 | pub fn decompress(istream: &mut io::Read, ostream: &mut dyn io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:113:79 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn decompress(istream: &mut io::Read, ostream: &mut io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 113 | pub fn decompress(istream: &mut io::Read, ostream: &mut io::Write, model: Box) -> Result<(u64, u64)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitio/mod.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new(reader: &'a mut Read) -> BitReader<'a> { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new(reader: &'a mut dyn Read) -> BitReader<'a> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitio/mod.rs:133:32 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn new(writer: &'a mut Write) -> BitWriter<'a> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 133 | pub fn new(writer: &'a mut dyn Write) -> BitWriter<'a> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec.rs:28:23 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(m: Box) -> Codec { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(m: Box) -> Codec { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec.rs:39:51 [INFO] [stdout] | [INFO] [stdout] 39 | fn put_bit(&mut self, bit: bool, output: &mut BitWrite) -> Result<()> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 | fn put_bit(&mut self, bit: bool, output: &mut dyn BitWrite) -> Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec.rs:49:39 [INFO] [stdout] | [INFO] [stdout] 49 | fn get_bit(&mut self, input: &mut BitRead) -> Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 49 | fn get_bit(&mut self, input: &mut dyn BitRead) -> Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec.rs:55:67 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn compress_symbol(&mut self, symbol: usize, output: &mut BitWrite) -> Result<()> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 55 | pub fn compress_symbol(&mut self, symbol: usize, output: &mut dyn BitWrite) -> Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec.rs:104:51 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn compress_stream(&mut self, input: &mut BitRead, output: &mut BitWrite) -> Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 104 | pub fn compress_stream(&mut self, input: &mut dyn BitRead, output: &mut BitWrite) -> Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec.rs:104:73 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn compress_stream(&mut self, input: &mut BitRead, output: &mut BitWrite) -> Result<()> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 104 | pub fn compress_stream(&mut self, input: &mut BitRead, output: &mut dyn BitWrite) -> Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec.rs:123:53 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn decompress_symbol(&mut self, input: &mut BitRead) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 123 | pub fn decompress_symbol(&mut self, input: &mut dyn BitRead) -> Result { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec.rs:164:53 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn decompress_stream(&mut self, input: &mut BitRead, output: &mut BitWrite) -> Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 164 | pub fn decompress_stream(&mut self, input: &mut dyn BitRead, output: &mut BitWrite) -> Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/codec.rs:164:75 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn decompress_stream(&mut self, input: &mut BitRead, output: &mut BitWrite) -> Result<()> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 164 | pub fn decompress_stream(&mut self, input: &mut BitRead, output: &mut dyn BitWrite) -> Result<()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/model/adaptive_linear.rs:21:38 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new(p: Parameters) -> Box { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 | pub fn new(p: Parameters) -> Box { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/model/adaptive_tree.rs:36:38 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn new(p: Parameters) -> Box { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 | pub fn new(p: Parameters) -> Box { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 49 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 90 | let mut input: Box = if options.is_stdin() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 90 | let mut input: Box = if options.is_stdin() { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:99:25 [INFO] [stdout] | [INFO] [stdout] 99 | let mut output: Box = if options.is_stdout() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 99 | let mut output: Box = if options.is_stdout() { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `libc v0.2.137` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/libc-de9ae1dce6a72901/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build.rs [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Failed to get rustc version', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/build.rs:9:63 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5644bbb987a0 - std::backtrace_rs::backtrace::libunwind::trace::h6a3958d6d3569326 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x5644bbb987a0 - std::backtrace_rs::backtrace::trace_unsynchronized::h559b050aab3c5666 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5644bbb987a0 - std::sys_common::backtrace::_print_fmt::he3d879785c9003b8 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x5644bbb987a0 - ::fmt::h14d982760bfb8c68 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x5644bbbb58ee - core::fmt::write::haa9cf3c50ab13c1d [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/core/src/fmt/mod.rs:1209:17 [INFO] [stderr] 5: 0x5644bbb95e55 - std::io::Write::write_fmt::hfeefbe593a7e4655 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/io/mod.rs:1682:15 [INFO] [stderr] 6: 0x5644bbb98565 - std::sys_common::backtrace::_print::h4fabfa6fdea3674b [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 7: 0x5644bbb98565 - std::sys_common::backtrace::print::hcb384f712940dcfe [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 8: 0x5644bbb99c4f - std::panicking::default_hook::{{closure}}::h4c6d33fd28d30b55 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/panicking.rs:267:22 [INFO] [stderr] 9: 0x5644bbb9998a - std::panicking::default_hook::hdbf886c803e40482 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/panicking.rs:286:9 [INFO] [stderr] 10: 0x5644bbb9a34c - std::panicking::rust_panic_with_hook::h7761cc1ec38f5c9f [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/panicking.rs:688:13 [INFO] [stderr] 11: 0x5644bbb9a0e7 - std::panicking::begin_panic_handler::{{closure}}::ha5a6f7b5c7d15a4c [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/panicking.rs:579:13 [INFO] [stderr] 12: 0x5644bbb98c4c - std::sys_common::backtrace::__rust_end_short_backtrace::h1f03e414bb2e782c [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stderr] 13: 0x5644bbb99e02 - rust_begin_unwind [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/panicking.rs:575:5 [INFO] [stderr] 14: 0x5644bbb72083 - core::panicking::panic_fmt::hfea65dae1464140e [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/core/src/panicking.rs:65:14 [INFO] [stderr] 15: 0x5644bbbb4b91 - core::panicking::panic_display::h66bf5293a82e86d1 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/core/src/panicking.rs:139:5 [INFO] [stderr] 16: 0x5644bbbb4b3b - core::panicking::panic_str::h08dd68f2396a06aa [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/core/src/panicking.rs:123:5 [INFO] [stderr] 17: 0x5644bbb72046 - core::option::expect_failed::h8a7bb296a5ff5e08 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/core/src/option.rs:1879:5 [INFO] [stderr] 18: 0x5644bbb7c139 - core::option::Option::expect::hd52e72eddcd8b099 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/core/src/option.rs:741:21 [INFO] [stderr] 19: 0x5644bbb772d4 - build_script_build::main::h7ed05f29cf4292d3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.137/build.rs:9:41 [INFO] [stderr] 20: 0x5644bbb7acbb - core::ops::function::FnOnce::call_once::hb2b073143c0b43c4 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/core/src/ops/function.rs:251:5 [INFO] [stderr] 21: 0x5644bbb7b9fe - std::sys_common::backtrace::__rust_begin_short_backtrace::h75b82db851923e82 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stderr] 22: 0x5644bbb746d1 - std::rt::lang_start::{{closure}}::h200c1b16c9699fe9 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/rt.rs:166:18 [INFO] [stderr] 23: 0x5644bbb931ab - core::ops::function::impls:: for &F>::call_once::h32de41dc9108e84b [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/core/src/ops/function.rs:286:13 [INFO] [stderr] 24: 0x5644bbb931ab - std::panicking::try::do_call::h6840c0cb6695bc98 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/panicking.rs:483:40 [INFO] [stderr] 25: 0x5644bbb931ab - std::panicking::try::he19ef3bac98a908b [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/panicking.rs:447:19 [INFO] [stderr] 26: 0x5644bbb931ab - std::panic::catch_unwind::hf537383b004b933b [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/panic.rs:137:14 [INFO] [stderr] 27: 0x5644bbb931ab - std::rt::lang_start_internal::{{closure}}::h03c5213a8f0e26e6 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/rt.rs:148:48 [INFO] [stderr] 28: 0x5644bbb931ab - std::panicking::try::do_call::h5195c34cd18501ee [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/panicking.rs:483:40 [INFO] [stderr] 29: 0x5644bbb931ab - std::panicking::try::h3ccc5c5db3402adc [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/panicking.rs:447:19 [INFO] [stderr] 30: 0x5644bbb931ab - std::panic::catch_unwind::ha4bd9e9f0cc5e0f0 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/panic.rs:137:14 [INFO] [stderr] 31: 0x5644bbb931ab - std::rt::lang_start_internal::hc812c223eac0529e [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/rt.rs:148:20 [INFO] [stderr] 32: 0x5644bbb746aa - std::rt::lang_start::hfdd84b44844325b3 [INFO] [stderr] at /rustc/8330aa5198c56eb493d06cd9c4cc91d00d70e3b6/library/std/src/rt.rs:165:17 [INFO] [stderr] 33: 0x5644bbb78a9e - main [INFO] [stderr] 34: 0x7f10f4409083 - __libc_start_main [INFO] [stderr] 35: 0x5644bbb723ce - _start [INFO] [stderr] 36: 0x0 - [INFO] running `Command { std: "docker" "inspect" "14c2be976773493cacfe263e1cb197b9c60622ce894017fd7193c20fd683b877", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14c2be976773493cacfe263e1cb197b9c60622ce894017fd7193c20fd683b877", kill_on_drop: false }` [INFO] [stdout] 14c2be976773493cacfe263e1cb197b9c60622ce894017fd7193c20fd683b877