[INFO] fetching crate color-parser 0.1.1... [INFO] checking color-parser-0.1.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate color-parser 0.1.1 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate color-parser 0.1.1 [INFO] finished tweaking crates.io crate color-parser 0.1.1 [INFO] tweaked toml for crates.io crate color-parser 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate color-parser 0.1.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] [stderr] Adding pex v0.0.6 (available: v0.2.4) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded color-core v0.1.6 [INFO] [stderr] Downloaded pex v0.0.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dabb9463879153b60f2ec1d1b80c3b783a9cf8dd87c4215e1324c9e028070211 [INFO] running `Command { std: "docker" "start" "-a" "dabb9463879153b60f2ec1d1b80c3b783a9cf8dd87c4215e1324c9e028070211", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dabb9463879153b60f2ec1d1b80c3b783a9cf8dd87c4215e1324c9e028070211", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dabb9463879153b60f2ec1d1b80c3b783a9cf8dd87c4215e1324c9e028070211", kill_on_drop: false }` [INFO] [stdout] dabb9463879153b60f2ec1d1b80c3b783a9cf8dd87c4215e1324c9e028070211 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 413119ca13bb9ceb1c552a47a0b7b4d54f5c9323d72037cdf05ea4f3bdb8e5cb [INFO] running `Command { std: "docker" "start" "-a" "413119ca13bb9ceb1c552a47a0b7b4d54f5c9323d72037cdf05ea4f3bdb8e5cb", kill_on_drop: false }` [INFO] [stderr] Checking color-core v0.1.6 [INFO] [stderr] Checking pex v0.0.6 [INFO] [stderr] Checking color-parser v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `NumberOrPercentage::*` [INFO] [stdout] --> src/number/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use NumberOrPercentage::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/color/mod.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | fn parse_rgba(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> src/color/mod.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | let state = state.skip(ascii_whitespace); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/color/mod.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | fn split_any(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/color/mod.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | fn split_comma(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/color/mod.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | fn split_slash(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/color/mod.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | fn split_space(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/number/mod.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn alpha_value(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/number/mod.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn float_value(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/number/mod.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | fn number_or_percentage(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/number/mod.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn angle_turn(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `maybe_alpha` is never used [INFO] [stdout] --> src/color/mod.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | fn maybe_alpha(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `split_any` is never used [INFO] [stdout] --> src/color/mod.rs:31:4 [INFO] [stdout] | [INFO] [stdout] 31 | fn split_any(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `split_comma` is never used [INFO] [stdout] --> src/color/mod.rs:35:4 [INFO] [stdout] | [INFO] [stdout] 35 | fn split_comma(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `split_slash` is never used [INFO] [stdout] --> src/color/mod.rs:39:4 [INFO] [stdout] | [INFO] [stdout] 39 | fn split_slash(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `split_space` is never used [INFO] [stdout] --> src/color/mod.rs:43:4 [INFO] [stdout] | [INFO] [stdout] 43 | fn split_space(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `NumberOrPercentage` is never used [INFO] [stdout] --> src/number/mod.rs:5:6 [INFO] [stdout] | [INFO] [stdout] 5 | enum NumberOrPercentage { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `number_or_percentage` is never used [INFO] [stdout] --> src/number/mod.rs:28:4 [INFO] [stdout] | [INFO] [stdout] 28 | fn number_or_percentage(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/number/mod.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn alpha_value(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 16 | pub fn alpha_value(input: &str) -> ParseResult<'_, f32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/number/mod.rs:24:27 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn float_value(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 24 | pub fn float_value(input: &str) -> ParseResult<'_, f32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `NumberOrPercentage::*` [INFO] [stdout] --> src/number/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use NumberOrPercentage::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/color/mod.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | fn parse_rgba(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> src/color/mod.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | let state = state.skip(ascii_whitespace); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/color/mod.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | fn split_any(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/color/mod.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | fn split_comma(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/color/mod.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | fn split_slash(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/color/mod.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | fn split_space(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/number/mod.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn alpha_value(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/number/mod.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn float_value(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/number/mod.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | fn number_or_percentage(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/number/mod.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn angle_turn(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `maybe_alpha` is never used [INFO] [stdout] --> src/color/mod.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | fn maybe_alpha(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `split_any` is never used [INFO] [stdout] --> src/color/mod.rs:31:4 [INFO] [stdout] | [INFO] [stdout] 31 | fn split_any(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `split_comma` is never used [INFO] [stdout] --> src/color/mod.rs:35:4 [INFO] [stdout] | [INFO] [stdout] 35 | fn split_comma(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `split_slash` is never used [INFO] [stdout] --> src/color/mod.rs:39:4 [INFO] [stdout] | [INFO] [stdout] 39 | fn split_slash(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `split_space` is never used [INFO] [stdout] --> src/color/mod.rs:43:4 [INFO] [stdout] | [INFO] [stdout] 43 | fn split_space(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `NumberOrPercentage` is never used [INFO] [stdout] --> src/number/mod.rs:5:6 [INFO] [stdout] | [INFO] [stdout] 5 | enum NumberOrPercentage { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `number_or_percentage` is never used [INFO] [stdout] --> src/number/mod.rs:28:4 [INFO] [stdout] | [INFO] [stdout] 28 | fn number_or_percentage(input: ParseState) -> ParseResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/number/mod.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn alpha_value(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 16 | pub fn alpha_value(input: &str) -> ParseResult<'_, f32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/number/mod.rs:24:27 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn float_value(input: &str) -> ParseResult { [INFO] [stdout] | ^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 24 | pub fn float_value(input: &str) -> ParseResult<'_, f32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "413119ca13bb9ceb1c552a47a0b7b4d54f5c9323d72037cdf05ea4f3bdb8e5cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "413119ca13bb9ceb1c552a47a0b7b4d54f5c9323d72037cdf05ea4f3bdb8e5cb", kill_on_drop: false }` [INFO] [stdout] 413119ca13bb9ceb1c552a47a0b7b4d54f5c9323d72037cdf05ea4f3bdb8e5cb