[INFO] fetching crate lzw 0.10.0... [INFO] building lzw-0.10.0 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate lzw 0.10.0 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate lzw 0.10.0 on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lzw 0.10.0 [INFO] finished tweaking crates.io crate lzw 0.10.0 [INFO] tweaked toml for crates.io crate lzw 0.10.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "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-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 585de5c6d886004cdf9cca1471cb3cad0877d1689ae8140af738d79fbc759a03 [INFO] running `Command { std: "docker" "start" "-a" "585de5c6d886004cdf9cca1471cb3cad0877d1689ae8140af738d79fbc759a03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "585de5c6d886004cdf9cca1471cb3cad0877d1689ae8140af738d79fbc759a03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "585de5c6d886004cdf9cca1471cb3cad0877d1689ae8140af738d79fbc759a03", kill_on_drop: false }` [INFO] [stdout] 585de5c6d886004cdf9cca1471cb3cad0877d1689ae8140af738d79fbc759a03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5db46aab92c12b7def68c0eb97a753024d2ea8f0aa128b412ffda908f4f2dc1 [INFO] running `Command { std: "docker" "start" "-a" "c5db46aab92c12b7def68c0eb97a753024d2ea8f0aa128b412ffda908f4f2dc1", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling lzw v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:183:29 [INFO] [stdout] | [INFO] [stdout] 183 | try!(self.table.reconstruct(Some(code))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_decoder_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | let cha = try!(self.table.reconstruct(prev))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_decoder_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:185:39 [INFO] [stdout] | [INFO] [stdout] 185 | let cha = try!(self.table.reconstruct(Some(code)))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_decoder_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 359 | try!(w.write_bits(dict.end_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:360:5 [INFO] [stdout] | [INFO] [stdout] 360 | try!(w.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:337:17 [INFO] [stdout] | [INFO] [stdout] 337 | try!(w.write_bits(code, code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:351:13 [INFO] [stdout] | [INFO] [stdout] 351 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:357:9 [INFO] [stdout] | [INFO] [stdout] 357 | try!(w.write_bits(code, code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:409:21 [INFO] [stdout] | [INFO] [stdout] 409 | try!(w.write_bits(code, *code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | try!(w.write_bits(dict.clear_code(), *code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:154:17 [INFO] [stdout] | [INFO] [stdout] 154 | try!(self.write_bits(byte as u16, 8)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | / define_bit_writers!{ [INFO] [stdout] 175 | | LsbWriter, #[doc = "Writes bits to a byte stream, LSB first."]; [INFO] [stdout] 176 | | MsbWriter, #[doc = "Writes bits to a byte stream, MSB first."]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_bit_writers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | try!(self.write_bits(0, missing)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | / define_bit_writers!{ [INFO] [stdout] 175 | | LsbWriter, #[doc = "Writes bits to a byte stream, LSB first."]; [INFO] [stdout] 176 | | MsbWriter, #[doc = "Writes bits to a byte stream, MSB first."]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_bit_writers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | try!(self.w.write_all(&[self.acc as u8])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:201:13 [INFO] [stdout] | [INFO] [stdout] 201 | try!(self.w.write_all(&[(self.acc >> 24) as u8])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/lzw.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | use std::io::{Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] running `Command { std: "docker" "inspect" "c5db46aab92c12b7def68c0eb97a753024d2ea8f0aa128b412ffda908f4f2dc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5db46aab92c12b7def68c0eb97a753024d2ea8f0aa128b412ffda908f4f2dc1", kill_on_drop: false }` [INFO] [stdout] c5db46aab92c12b7def68c0eb97a753024d2ea8f0aa128b412ffda908f4f2dc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7bf54c99ac84e5e46b57b2924332823493ba8dc504564e81bc3cfe3454d63a11 [INFO] running `Command { std: "docker" "start" "-a" "7bf54c99ac84e5e46b57b2924332823493ba8dc504564e81bc3cfe3454d63a11", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:183:29 [INFO] [stdout] | [INFO] [stdout] 183 | try!(self.table.reconstruct(Some(code))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_decoder_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | let cha = try!(self.table.reconstruct(prev))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_decoder_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lzw v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:185:39 [INFO] [stdout] | [INFO] [stdout] 185 | let cha = try!(self.table.reconstruct(Some(code)))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_decoder_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 359 | try!(w.write_bits(dict.end_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:360:5 [INFO] [stdout] | [INFO] [stdout] 360 | try!(w.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:337:17 [INFO] [stdout] | [INFO] [stdout] 337 | try!(w.write_bits(code, code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:351:13 [INFO] [stdout] | [INFO] [stdout] 351 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:357:9 [INFO] [stdout] | [INFO] [stdout] 357 | try!(w.write_bits(code, code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:409:21 [INFO] [stdout] | [INFO] [stdout] 409 | try!(w.write_bits(code, *code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | try!(w.write_bits(dict.clear_code(), *code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:154:17 [INFO] [stdout] | [INFO] [stdout] 154 | try!(self.write_bits(byte as u16, 8)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | / define_bit_writers!{ [INFO] [stdout] 175 | | LsbWriter, #[doc = "Writes bits to a byte stream, LSB first."]; [INFO] [stdout] 176 | | MsbWriter, #[doc = "Writes bits to a byte stream, MSB first."]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_bit_writers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | try!(self.write_bits(0, missing)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | / define_bit_writers!{ [INFO] [stdout] 175 | | LsbWriter, #[doc = "Writes bits to a byte stream, LSB first."]; [INFO] [stdout] 176 | | MsbWriter, #[doc = "Writes bits to a byte stream, MSB first."]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_bit_writers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | try!(self.w.write_all(&[self.acc as u8])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:201:13 [INFO] [stdout] | [INFO] [stdout] 201 | try!(self.w.write_all(&[(self.acc >> 24) as u8])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/lzw.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | use std::io::{Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-compress.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | let mut encoder = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-compress.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | try!(encoder.encode_bytes(buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-decompress.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | try!(stdout.write_all(bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-compress.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | let buf = try!(stdin.fill_buf()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-decompress.rs:18:27 [INFO] [stdout] | [INFO] [stdout] 18 | let buf = try!(stdin.fill_buf()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/lzw-decompress.rs:22:36 [INFO] [stdout] | [INFO] [stdout] 22 | let (len, bytes) = try!(decoder.decode_bytes(buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:183:29 [INFO] [stdout] | [INFO] [stdout] 183 | try!(self.table.reconstruct(Some(code))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_decoder_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | let cha = try!(self.table.reconstruct(prev))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_decoder_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:185:39 [INFO] [stdout] | [INFO] [stdout] 185 | let cha = try!(self.table.reconstruct(Some(code)))[0]; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / define_decoder_struct!{ [INFO] [stdout] 215 | | Decoder, 0, #[doc = "Decoder for a LZW compressed stream (this algorithm is used for GIF files)."]; [INFO] [stdout] 216 | | DecoderEarlyChange, 1, #[doc = "Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."]; [INFO] [stdout] 217 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_decoder_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:359:5 [INFO] [stdout] | [INFO] [stdout] 359 | try!(w.write_bits(dict.end_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:360:5 [INFO] [stdout] | [INFO] [stdout] 360 | try!(w.flush()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:337:17 [INFO] [stdout] | [INFO] [stdout] 337 | try!(w.write_bits(code, code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:351:13 [INFO] [stdout] | [INFO] [stdout] 351 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:357:9 [INFO] [stdout] | [INFO] [stdout] 357 | try!(w.write_bits(code, code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | try!(w.write_bits(dict.clear_code(), code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:409:21 [INFO] [stdout] | [INFO] [stdout] 409 | try!(w.write_bits(code, *code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lzw.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | try!(w.write_bits(dict.clear_code(), *code_size)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:154:17 [INFO] [stdout] | [INFO] [stdout] 154 | try!(self.write_bits(byte as u16, 8)) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | / define_bit_writers!{ [INFO] [stdout] 175 | | LsbWriter, #[doc = "Writes bits to a byte stream, LSB first."]; [INFO] [stdout] 176 | | MsbWriter, #[doc = "Writes bits to a byte stream, MSB first."]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_bit_writers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | try!(self.write_bits(0, missing)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | / define_bit_writers!{ [INFO] [stdout] 175 | | LsbWriter, #[doc = "Writes bits to a byte stream, LSB first."]; [INFO] [stdout] 176 | | MsbWriter, #[doc = "Writes bits to a byte stream, MSB first."]; [INFO] [stdout] 177 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_bit_writers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | try!(self.w.write_all(&[self.acc as u8])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bitstream.rs:201:13 [INFO] [stdout] | [INFO] [stdout] 201 | try!(self.w.write_all(&[(self.acc >> 24) as u8])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/lzw.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | use std::io::{Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `Command { std: "docker" "inspect" "7bf54c99ac84e5e46b57b2924332823493ba8dc504564e81bc3cfe3454d63a11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bf54c99ac84e5e46b57b2924332823493ba8dc504564e81bc3cfe3454d63a11", kill_on_drop: false }` [INFO] [stdout] 7bf54c99ac84e5e46b57b2924332823493ba8dc504564e81bc3cfe3454d63a11