[INFO] fetching crate succinct 0.5.2... [INFO] building succinct-0.5.2 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate succinct 0.5.2 into /workspace/builds/worker-48/source [INFO] validating manifest of crates.io crate succinct 0.5.2 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 succinct 0.5.2 [INFO] finished tweaking crates.io crate succinct 0.5.2 [INFO] tweaked toml for crates.io crate succinct 0.5.2 written to /workspace/builds/worker-48/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-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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] b514d76a69b0bd4d8ecf7d9e8dcc8215ffcb72bfe61f67dc3ea7313cee8ee4d2 [INFO] running `Command { std: "docker" "start" "-a" "b514d76a69b0bd4d8ecf7d9e8dcc8215ffcb72bfe61f67dc3ea7313cee8ee4d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b514d76a69b0bd4d8ecf7d9e8dcc8215ffcb72bfe61f67dc3ea7313cee8ee4d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b514d76a69b0bd4d8ecf7d9e8dcc8215ffcb72bfe61f67dc3ea7313cee8ee4d2", kill_on_drop: false }` [INFO] [stdout] b514d76a69b0bd4d8ecf7d9e8dcc8215ffcb72bfe61f67dc3ea7313cee8ee4d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "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] 32ae846301b5a4348daa9a14ee2ad626754d61e92f50bed903e9a37ee7d70e76 [INFO] running `Command { std: "docker" "start" "-a" "32ae846301b5a4348daa9a14ee2ad626754d61e92f50bed903e9a37ee7d70e76", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling succinct v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/unary.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | try!(sink.write_bit(true)); [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/coding/unary.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | try!(sink.write_bit(false)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/unary.rs:24:31 [INFO] [stdout] | [INFO] [stdout] 24 | while let Some(bit) = try!(source.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | try!(self.0.encode(sink, nbits as u64)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | if let Some(nbits) = try!(self.0.decode(source)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:45:37 [INFO] [stdout] | [INFO] [stdout] 45 | if let Some(low_bits) = try!(source.read_int::(nbits as usize)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | try!(sink.write_bit(false)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | try!(sink.write_int_be(nbits, value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | if let Some(bit) = try!(source.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | try!(source.read_int_be::(result as usize)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | try!(fib.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | try!(sink.write_bit(bit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | try!(fib.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | while let Some(bit) = try!(source.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/comma.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | try!(sink.write_int(self.0 as usize, base)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/comma.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | try!(sink.write_int(self.0 as usize, digit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/comma.rs:36:34 [INFO] [stdout] | [INFO] [stdout] 36 | if let Some(digit) = try!(source.read_int::(self.0 as usize)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/storage.rs:182:51 [INFO] [stdout] | [INFO] [stdout] 182 | "Block::get_bits: out of bounds");; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:21:32 [INFO] [stdout] | [INFO] [stdout] 21 | if let Some(bit) = try!(self.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | if let Some(bit) = try!(self.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | try!(self.write_bit(value & N::one() != N::zero())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | try!(self.write_bit(value & mask != N::zero())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bit_vec/bit_vector.rs:231:13 [INFO] [stdout] | [INFO] [stdout] 231 | try!(formatter.write_str(bit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/int_vec/int_vector.rs:413:9 [INFO] [stdout] | [INFO] [stdout] 413 | try!(write!(formatter, "IntVector {{ element_bits: {}, elements: {{ ", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/int_vec/int_vector.rs:417:13 [INFO] [stdout] | [INFO] [stdout] 417 | try!(write!(formatter, "{:?}, ", element)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/space_usage.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.25s [INFO] running `Command { std: "docker" "inspect" "32ae846301b5a4348daa9a14ee2ad626754d61e92f50bed903e9a37ee7d70e76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32ae846301b5a4348daa9a14ee2ad626754d61e92f50bed903e9a37ee7d70e76", kill_on_drop: false }` [INFO] [stdout] 32ae846301b5a4348daa9a14ee2ad626754d61e92f50bed903e9a37ee7d70e76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "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] d21d59d89f5c503d22da9329fffbad5b14981e1152cd18fae1424c5698fc21ef [INFO] running `Command { std: "docker" "start" "-a" "d21d59d89f5c503d22da9329fffbad5b14981e1152cd18fae1424c5698fc21ef", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/unary.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | try!(sink.write_bit(true)); [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/coding/unary.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | try!(sink.write_bit(false)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/unary.rs:24:31 [INFO] [stdout] | [INFO] [stdout] 24 | while let Some(bit) = try!(source.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | try!(self.0.encode(sink, nbits as u64)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | if let Some(nbits) = try!(self.0.decode(source)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:45:37 [INFO] [stdout] | [INFO] [stdout] 45 | if let Some(low_bits) = try!(source.read_int::(nbits as usize)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | try!(sink.write_bit(false)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | try!(sink.write_int_be(nbits, value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | if let Some(bit) = try!(source.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | try!(source.read_int_be::(result as usize)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | try!(fib.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | try!(sink.write_bit(bit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | try!(fib.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | while let Some(bit) = try!(source.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/comma.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | try!(sink.write_int(self.0 as usize, base)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/comma.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | try!(sink.write_int(self.0 as usize, digit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/comma.rs:36:34 [INFO] [stdout] | [INFO] [stdout] 36 | if let Some(digit) = try!(source.read_int::(self.0 as usize)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/storage.rs:182:51 [INFO] [stdout] | [INFO] [stdout] 182 | "Block::get_bits: out of bounds");; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:21:32 [INFO] [stdout] | [INFO] [stdout] 21 | if let Some(bit) = try!(self.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | if let Some(bit) = try!(self.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | try!(self.write_bit(value & N::one() != N::zero())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | try!(self.write_bit(value & mask != N::zero())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bit_vec/bit_vector.rs:231:13 [INFO] [stdout] | [INFO] [stdout] 231 | try!(formatter.write_str(bit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/int_vec/int_vector.rs:413:9 [INFO] [stdout] | [INFO] [stdout] 413 | try!(write!(formatter, "IntVector {{ element_bits: {}, elements: {{ ", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/int_vec/int_vector.rs:417:13 [INFO] [stdout] | [INFO] [stdout] 417 | try!(write!(formatter, "{:?}, ", element)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/space_usage.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling succinct v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/unary.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | try!(sink.write_bit(true)); [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/coding/unary.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | try!(sink.write_bit(false)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/unary.rs:24:31 [INFO] [stdout] | [INFO] [stdout] 24 | while let Some(bit) = try!(source.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | try!(self.0.encode(sink, nbits as u64)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | if let Some(nbits) = try!(self.0.decode(source)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:45:37 [INFO] [stdout] | [INFO] [stdout] 45 | if let Some(low_bits) = try!(source.read_int::(nbits as usize)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | try!(sink.write_bit(false)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | try!(sink.write_int_be(nbits, value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | if let Some(bit) = try!(source.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/elias.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | try!(source.read_int_be::(result as usize)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | try!(fib.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | try!(sink.write_bit(bit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | try!(fib.next()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/fib.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | while let Some(bit) = try!(source.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/comma.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | try!(sink.write_int(self.0 as usize, base)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/comma.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | try!(sink.write_int(self.0 as usize, digit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/coding/comma.rs:36:34 [INFO] [stdout] | [INFO] [stdout] 36 | if let Some(digit) = try!(source.read_int::(self.0 as usize)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/storage.rs:182:51 [INFO] [stdout] | [INFO] [stdout] 182 | "Block::get_bits: out of bounds");; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:21:32 [INFO] [stdout] | [INFO] [stdout] 21 | if let Some(bit) = try!(self.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | if let Some(bit) = try!(self.read_bit()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | try!(self.write_bit(value & N::one() != N::zero())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stream/traits.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | try!(self.write_bit(value & mask != N::zero())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bit_vec/bit_vector.rs:231:13 [INFO] [stdout] | [INFO] [stdout] 231 | try!(formatter.write_str(bit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/int_vec/int_vector.rs:413:9 [INFO] [stdout] | [INFO] [stdout] 413 | try!(write!(formatter, "IntVector {{ element_bits: {}, elements: {{ ", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/int_vec/int_vector.rs:417:13 [INFO] [stdout] | [INFO] [stdout] 417 | try!(write!(formatter, "{:?}, ", element)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/space_usage.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.17s [INFO] running `Command { std: "docker" "inspect" "d21d59d89f5c503d22da9329fffbad5b14981e1152cd18fae1424c5698fc21ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d21d59d89f5c503d22da9329fffbad5b14981e1152cd18fae1424c5698fc21ef", kill_on_drop: false }` [INFO] [stdout] d21d59d89f5c503d22da9329fffbad5b14981e1152cd18fae1424c5698fc21ef