[INFO] fetching crate terminfo 0.9.0... [INFO] building terminfo-0.9.0 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate terminfo 0.9.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate terminfo 0.9.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 terminfo 0.9.0 [INFO] finished tweaking crates.io crate terminfo 0.9.0 [INFO] tweaked toml for crates.io crate terminfo 0.9.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate crates.io crate terminfo 0.9.0 already has a lockfile, it will not be regenerated [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] d79a6b821162774cd04e27f51763694dd6ca4fd8a7e60f4193b9170a04c74b71 [INFO] running `Command { std: "docker" "start" "-a" "d79a6b821162774cd04e27f51763694dd6ca4fd8a7e60f4193b9170a04c74b71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d79a6b821162774cd04e27f51763694dd6ca4fd8a7e60f4193b9170a04c74b71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d79a6b821162774cd04e27f51763694dd6ca4fd8a7e60f4193b9170a04c74b71", kill_on_drop: false }` [INFO] [stdout] d79a6b821162774cd04e27f51763694dd6ca4fd8a7e60f4193b9170a04c74b71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 87c5fa3ec1fd7dbdb91a1b0936e6c469575c3f15996d63f8690282f3c6de7eca [INFO] running `Command { std: "docker" "start" "-a" "87c5fa3ec1fd7dbdb91a1b0936e6c469575c3f15996d63f8690282f3c6de7eca", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling terminfo v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/database.rs:95:63 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn set<'a, C: Capability<'a>>(&'a mut self, value: C) -> &mut Self { [INFO] [stdout] | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NONE` is never used [INFO] [stdout] --> src/parser/util.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | const NONE: u8 = 0b000000; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PRINT` is never used [INFO] [stdout] --> src/parser/util.rs:25:7 [INFO] [stdout] | [INFO] [stdout] 25 | const PRINT: u8 = 0b000001; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SPACE` is never used [INFO] [stdout] --> src/parser/util.rs:26:7 [INFO] [stdout] | [INFO] [stdout] 26 | const SPACE: u8 = 0b000010; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CONTROL` is never used [INFO] [stdout] --> src/parser/util.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | const CONTROL: u8 = 0b000100; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PIPE` is never used [INFO] [stdout] --> src/parser/util.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | const PIPE: u8 = 0b001000; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMMA` is never used [INFO] [stdout] --> src/parser/util.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | const COMMA: u8 = 0b010000; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EOL` is never used [INFO] [stdout] --> src/parser/util.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | const EOL: u8 = 0b100000; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `ASCII` is never used [INFO] [stdout] --> src/parser/util.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | static ASCII: [u8; 256] = [ [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_ws` is never used [INFO] [stdout] --> src/parser/util.rs:70:8 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn is_ws(ch: u8) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_eol` is never used [INFO] [stdout] --> src/parser/util.rs:75:8 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn is_eol(ch: u8) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_printable_no_pipe` is never used [INFO] [stdout] --> src/parser/util.rs:80:8 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn is_printable_no_pipe(ch: u8) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_printable_no_comma` is never used [INFO] [stdout] --> src/parser/util.rs:85:8 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn is_printable_no_comma(ch: u8) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_printable_no_control` is never used [INFO] [stdout] --> src/parser/util.rs:90:8 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn is_printable_no_control(ch: u8) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ws` is never used [INFO] [stdout] --> src/parser/util.rs:94:8 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn ws(input: &[u8]) -> IResult<&[u8], char> { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `end` is never used [INFO] [stdout] --> src/parser/util.rs:98:8 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn end(input: &[u8]) -> IResult<&[u8], &[u8]> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unescape` is never used [INFO] [stdout] --> src/parser/util.rs:117:8 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn unescape(i: &[u8]) -> Cow<[u8]> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Comment`, `Definition`, `True`, `Number`, `String`, and `Disable` are never constructed [INFO] [stdout] --> src/parser/source.rs:30:2 [INFO] [stdout] | [INFO] [stdout] 29 | pub enum Item<'a> { [INFO] [stdout] | ---- variants in this enum [INFO] [stdout] 30 | Comment(&'a str), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 31 | [INFO] [stdout] 32 | Definition { name: &'a str, aliases: Vec<&'a str>, description: &'a str }, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 33 | [INFO] [stdout] 34 | True(&'a str), [INFO] [stdout] | ^^^^ [INFO] [stdout] 35 | Number(&'a str, i16), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 36 | String(&'a str, Cow<'a, [u8]>), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 37 | Disable(&'a str), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Item` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `parse` is never used [INFO] [stdout] --> src/parser/source.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn parse(input: &[u8]) -> IResult<&[u8], Item> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `comment` is never used [INFO] [stdout] --> src/parser/source.rs:44:4 [INFO] [stdout] | [INFO] [stdout] 44 | fn comment(input: &[u8]) -> IResult<&[u8], Item> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `definition` is never used [INFO] [stdout] --> src/parser/source.rs:52:4 [INFO] [stdout] | [INFO] [stdout] 52 | fn definition(input: &[u8]) -> IResult<&[u8], Item> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `disable` is never used [INFO] [stdout] --> src/parser/source.rs:75:4 [INFO] [stdout] | [INFO] [stdout] 75 | fn disable(input: &[u8]) -> IResult<&[u8], Item> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `entry` is never used [INFO] [stdout] --> src/parser/source.rs:93:4 [INFO] [stdout] | [INFO] [stdout] 93 | fn entry(input: &[u8]) -> IResult<&[u8], Item> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s [INFO] running `Command { std: "docker" "inspect" "87c5fa3ec1fd7dbdb91a1b0936e6c469575c3f15996d63f8690282f3c6de7eca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87c5fa3ec1fd7dbdb91a1b0936e6c469575c3f15996d63f8690282f3c6de7eca", kill_on_drop: false }` [INFO] [stdout] 87c5fa3ec1fd7dbdb91a1b0936e6c469575c3f15996d63f8690282f3c6de7eca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 5c43e7248325f68352cddc93c468f8dec3120c6a451804061582748e225b7a50 [INFO] running `Command { std: "docker" "start" "-a" "5c43e7248325f68352cddc93c468f8dec3120c6a451804061582748e225b7a50", kill_on_drop: false }` [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/database.rs:95:63 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn set<'a, C: Capability<'a>>(&'a mut self, value: C) -> &mut Self { [INFO] [stdout] | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NONE` is never used [INFO] [stdout] --> src/parser/util.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | const NONE: u8 = 0b000000; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PRINT` is never used [INFO] [stdout] --> src/parser/util.rs:25:7 [INFO] [stdout] | [INFO] [stdout] 25 | const PRINT: u8 = 0b000001; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SPACE` is never used [INFO] [stdout] --> src/parser/util.rs:26:7 [INFO] [stdout] | [INFO] [stdout] 26 | const SPACE: u8 = 0b000010; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CONTROL` is never used [INFO] [stdout] --> src/parser/util.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | const CONTROL: u8 = 0b000100; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PIPE` is never used [INFO] [stdout] --> src/parser/util.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | const PIPE: u8 = 0b001000; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMMA` is never used [INFO] [stdout] --> src/parser/util.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | const COMMA: u8 = 0b010000; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EOL` is never used [INFO] [stdout] --> src/parser/util.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | const EOL: u8 = 0b100000; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `ASCII` is never used [INFO] [stdout] --> src/parser/util.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | static ASCII: [u8; 256] = [ [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_ws` is never used [INFO] [stdout] --> src/parser/util.rs:70:8 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn is_ws(ch: u8) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_eol` is never used [INFO] [stdout] --> src/parser/util.rs:75:8 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn is_eol(ch: u8) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_printable_no_pipe` is never used [INFO] [stdout] --> src/parser/util.rs:80:8 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn is_printable_no_pipe(ch: u8) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_printable_no_comma` is never used [INFO] [stdout] --> src/parser/util.rs:85:8 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn is_printable_no_comma(ch: u8) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_printable_no_control` is never used [INFO] [stdout] --> src/parser/util.rs:90:8 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn is_printable_no_control(ch: u8) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ws` is never used [INFO] [stdout] --> src/parser/util.rs:94:8 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn ws(input: &[u8]) -> IResult<&[u8], char> { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `end` is never used [INFO] [stdout] --> src/parser/util.rs:98:8 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn end(input: &[u8]) -> IResult<&[u8], &[u8]> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unescape` is never used [INFO] [stdout] --> src/parser/util.rs:117:8 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn unescape(i: &[u8]) -> Cow<[u8]> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Comment`, `Definition`, `True`, `Number`, `String`, and `Disable` are never constructed [INFO] [stdout] --> src/parser/source.rs:30:2 [INFO] [stdout] | [INFO] [stdout] 29 | pub enum Item<'a> { [INFO] [stdout] | ---- variants in this enum [INFO] [stdout] 30 | Comment(&'a str), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 31 | [INFO] [stdout] 32 | Definition { name: &'a str, aliases: Vec<&'a str>, description: &'a str }, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 33 | [INFO] [stdout] 34 | True(&'a str), [INFO] [stdout] | ^^^^ [INFO] [stdout] 35 | Number(&'a str, i16), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 36 | String(&'a str, Cow<'a, [u8]>), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 37 | Disable(&'a str), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Item` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling terminfo v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `parse` is never used [INFO] [stdout] --> src/parser/source.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn parse(input: &[u8]) -> IResult<&[u8], Item> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `comment` is never used [INFO] [stdout] --> src/parser/source.rs:44:4 [INFO] [stdout] | [INFO] [stdout] 44 | fn comment(input: &[u8]) -> IResult<&[u8], Item> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `definition` is never used [INFO] [stdout] --> src/parser/source.rs:52:4 [INFO] [stdout] | [INFO] [stdout] 52 | fn definition(input: &[u8]) -> IResult<&[u8], Item> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `disable` is never used [INFO] [stdout] --> src/parser/source.rs:75:4 [INFO] [stdout] | [INFO] [stdout] 75 | fn disable(input: &[u8]) -> IResult<&[u8], Item> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `entry` is never used [INFO] [stdout] --> src/parser/source.rs:93:4 [INFO] [stdout] | [INFO] [stdout] 93 | fn entry(input: &[u8]) -> IResult<&[u8], Item> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/database.rs:95:63 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn set<'a, C: Capability<'a>>(&'a mut self, value: C) -> &mut Self { [INFO] [stdout] | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.91s [INFO] running `Command { std: "docker" "inspect" "5c43e7248325f68352cddc93c468f8dec3120c6a451804061582748e225b7a50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c43e7248325f68352cddc93c468f8dec3120c6a451804061582748e225b7a50", kill_on_drop: false }` [INFO] [stdout] 5c43e7248325f68352cddc93c468f8dec3120c6a451804061582748e225b7a50