[INFO] fetching crate ccss 0.1.0... [INFO] testing ccss-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate ccss 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate ccss 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate ccss 0.1.0 [INFO] tweaked toml for crates.io crate ccss 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ccss 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] [stderr] Adding konst v0.3.16 (available: v0.4.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 512bc3338620314cea226d3a0a2315a9bab85c13d003dc690a2015f33df7d188 [INFO] running `Command { std: "docker" "start" "-a" "512bc3338620314cea226d3a0a2315a9bab85c13d003dc690a2015f33df7d188", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "512bc3338620314cea226d3a0a2315a9bab85c13d003dc690a2015f33df7d188", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "512bc3338620314cea226d3a0a2315a9bab85c13d003dc690a2015f33df7d188", kill_on_drop: false }` [INFO] [stdout] 512bc3338620314cea226d3a0a2315a9bab85c13d003dc690a2015f33df7d188 [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" "-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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f54fc0a7c627322f0cbbbfbadfc6257501f38fac9a8ea8b7f3f0c2730e92c58 [INFO] running `Command { std: "docker" "start" "-a" "0f54fc0a7c627322f0cbbbfbadfc6257501f38fac9a8ea8b7f3f0c2730e92c58", kill_on_drop: false }` [INFO] [stderr] Compiling typewit_proc_macros v1.8.1 [INFO] [stderr] Compiling typewit v1.13.0 [INFO] [stderr] Compiling const_panic v0.2.14 [INFO] [stderr] Compiling konst_kernel v0.3.15 [INFO] [stderr] Compiling konst v0.3.16 [INFO] [stderr] Compiling ccss v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/string.rs:54:47 [INFO] [stdout] | [INFO] [stdout] 53 | stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 54 | ) -> Result<(Option, Filtered<'a>), StringTokenParseError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 54 | ) -> Result<(Option, Filtered<'a>), StringTokenParseError<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/string.rs:104:52 [INFO] [stdout] | [INFO] [stdout] 102 | mut stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 103 | ending_code_point: FilteredChar, [INFO] [stdout] 104 | ) -> Result, ConsumeAfterStartingCodePointError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 104 | ) -> Result, ConsumeAfterStartingCodePointError<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/token.rs:145:51 [INFO] [stdout] | [INFO] [stdout] 145 | pub const fn consume(stream: Filtered<'a>) -> TokenParseResult> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 145 | pub const fn consume(stream: Filtered<'a>) -> TokenParseResult<'a, TokenParseOutput<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/ident_like.rs:42:47 [INFO] [stdout] | [INFO] [stdout] 41 | stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 42 | ) -> Result<(Option, Filtered<'a>), UrlParseError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 42 | ) -> Result<(Option, Filtered<'a>), UrlParseError<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/token_or_unicode_range.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 23 | stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 24 | ) -> TokenParseResult> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 24 | ) -> TokenParseResult<'a, TokenOrUnicodeRangeParseOutput<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse/component_value.rs:66:36 [INFO] [stdout] | [INFO] [stdout] 66 | pub const fn right_parenthesis(&self) -> RightParenthesis { [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] 66 | pub const fn right_parenthesis(&self) -> RightParenthesis<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parse/component_value.rs:265:56 [INFO] [stdout] | [INFO] [stdout] 265 | pub const fn parse_list(input: TokenStream<'a>) -> ComponentValueParseList { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 265 | pub const fn parse_list(input: TokenStream<'a>) -> ComponentValueParseList<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parse/component_value.rs:271:57 [INFO] [stdout] | [INFO] [stdout] 271 | pub const fn parse_list_from_str(input: &'a str) -> ComponentValueParseList { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 271 | pub const fn parse_list_from_str(input: &'a str) -> ComponentValueParseList<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s [INFO] running `Command { std: "docker" "inspect" "0f54fc0a7c627322f0cbbbfbadfc6257501f38fac9a8ea8b7f3f0c2730e92c58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f54fc0a7c627322f0cbbbfbadfc6257501f38fac9a8ea8b7f3f0c2730e92c58", kill_on_drop: false }` [INFO] [stdout] 0f54fc0a7c627322f0cbbbfbadfc6257501f38fac9a8ea8b7f3f0c2730e92c58 [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" "-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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2df57adb7fef0a9b67c8dd09c8a0ae134d67374784948290c74cca36801b7c99 [INFO] running `Command { std: "docker" "start" "-a" "2df57adb7fef0a9b67c8dd09c8a0ae134d67374784948290c74cca36801b7c99", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/string.rs:54:47 [INFO] [stdout] | [INFO] [stdout] 53 | stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 54 | ) -> Result<(Option, Filtered<'a>), StringTokenParseError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 54 | ) -> Result<(Option, Filtered<'a>), StringTokenParseError<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/string.rs:104:52 [INFO] [stdout] | [INFO] [stdout] 102 | mut stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 103 | ending_code_point: FilteredChar, [INFO] [stdout] 104 | ) -> Result, ConsumeAfterStartingCodePointError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 104 | ) -> Result, ConsumeAfterStartingCodePointError<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/token.rs:145:51 [INFO] [stdout] | [INFO] [stdout] 145 | pub const fn consume(stream: Filtered<'a>) -> TokenParseResult> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 145 | pub const fn consume(stream: Filtered<'a>) -> TokenParseResult<'a, TokenParseOutput<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/ident_like.rs:42:47 [INFO] [stdout] | [INFO] [stdout] 41 | stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 42 | ) -> Result<(Option, Filtered<'a>), UrlParseError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 42 | ) -> Result<(Option, Filtered<'a>), UrlParseError<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/token_or_unicode_range.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 23 | stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 24 | ) -> TokenParseResult> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 24 | ) -> TokenParseResult<'a, TokenOrUnicodeRangeParseOutput<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse/component_value.rs:66:36 [INFO] [stdout] | [INFO] [stdout] 66 | pub const fn right_parenthesis(&self) -> RightParenthesis { [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] 66 | pub const fn right_parenthesis(&self) -> RightParenthesis<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parse/component_value.rs:265:56 [INFO] [stdout] | [INFO] [stdout] 265 | pub const fn parse_list(input: TokenStream<'a>) -> ComponentValueParseList { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 265 | pub const fn parse_list(input: TokenStream<'a>) -> ComponentValueParseList<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parse/component_value.rs:271:57 [INFO] [stdout] | [INFO] [stdout] 271 | pub const fn parse_list_from_str(input: &'a str) -> ComponentValueParseList { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 271 | pub const fn parse_list_from_str(input: &'a str) -> ComponentValueParseList<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling ccss v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/string.rs:54:47 [INFO] [stdout] | [INFO] [stdout] 53 | stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 54 | ) -> Result<(Option, Filtered<'a>), StringTokenParseError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 54 | ) -> Result<(Option, Filtered<'a>), StringTokenParseError<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/string.rs:104:52 [INFO] [stdout] | [INFO] [stdout] 102 | mut stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 103 | ending_code_point: FilteredChar, [INFO] [stdout] 104 | ) -> Result, ConsumeAfterStartingCodePointError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 104 | ) -> Result, ConsumeAfterStartingCodePointError<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/token.rs:145:51 [INFO] [stdout] | [INFO] [stdout] 145 | pub const fn consume(stream: Filtered<'a>) -> TokenParseResult> { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is named here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 145 | pub const fn consume(stream: Filtered<'a>) -> TokenParseResult<'a, TokenParseOutput<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/ident_like.rs:42:47 [INFO] [stdout] | [INFO] [stdout] 41 | stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 42 | ) -> Result<(Option, Filtered<'a>), UrlParseError> { [INFO] [stdout] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 42 | ) -> Result<(Option, Filtered<'a>), UrlParseError<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/token/tokens/token_or_unicode_range.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 23 | stream: Filtered<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 24 | ) -> TokenParseResult> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 24 | ) -> TokenParseResult<'a, TokenOrUnicodeRangeParseOutput<'a>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse/component_value.rs:66:36 [INFO] [stdout] | [INFO] [stdout] 66 | pub const fn right_parenthesis(&self) -> RightParenthesis { [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] 66 | pub const fn right_parenthesis(&self) -> RightParenthesis<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parse/component_value.rs:265:56 [INFO] [stdout] | [INFO] [stdout] 265 | pub const fn parse_list(input: TokenStream<'a>) -> ComponentValueParseList { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 265 | pub const fn parse_list(input: TokenStream<'a>) -> ComponentValueParseList<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parse/component_value.rs:271:57 [INFO] [stdout] | [INFO] [stdout] 271 | pub const fn parse_list_from_str(input: &'a str) -> ComponentValueParseList { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 271 | pub const fn parse_list_from_str(input: &'a str) -> ComponentValueParseList<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.72s [INFO] running `Command { std: "docker" "inspect" "2df57adb7fef0a9b67c8dd09c8a0ae134d67374784948290c74cca36801b7c99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2df57adb7fef0a9b67c8dd09c8a0ae134d67374784948290c74cca36801b7c99", kill_on_drop: false }` [INFO] [stdout] 2df57adb7fef0a9b67c8dd09c8a0ae134d67374784948290c74cca36801b7c99 [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" "-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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2b61019f657adf5be8952cbf14f424199d716ea97ce3c49eb0689c5350833930 [INFO] running `Command { std: "docker" "start" "-a" "2b61019f657adf5be8952cbf14f424199d716ea97ce3c49eb0689c5350833930", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/token/tokens/string.rs:54:47 [INFO] [stderr] | [INFO] [stderr] 53 | stream: Filtered<'a>, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 54 | ) -> Result<(Option, Filtered<'a>), StringTokenParseError> { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 54 | ) -> Result<(Option, Filtered<'a>), StringTokenParseError<'a>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/token/tokens/string.rs:104:52 [INFO] [stderr] | [INFO] [stderr] 102 | mut stream: Filtered<'a>, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 103 | ending_code_point: FilteredChar, [INFO] [stderr] 104 | ) -> Result, ConsumeAfterStartingCodePointError> { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 104 | ) -> Result, ConsumeAfterStartingCodePointError<'a>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/token/tokens/token.rs:145:51 [INFO] [stderr] | [INFO] [stderr] 145 | pub const fn consume(stream: Filtered<'a>) -> TokenParseResult> { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is named here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 145 | pub const fn consume(stream: Filtered<'a>) -> TokenParseResult<'a, TokenParseOutput<'a>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/token/tokens/ident_like.rs:42:47 [INFO] [stderr] | [INFO] [stderr] 41 | stream: Filtered<'a>, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 42 | ) -> Result<(Option, Filtered<'a>), UrlParseError> { [INFO] [stderr] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 42 | ) -> Result<(Option, Filtered<'a>), UrlParseError<'a>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/token/tokens/token_or_unicode_range.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 23 | stream: Filtered<'a>, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 24 | ) -> TokenParseResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^ [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is named here [INFO] [stderr] | the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 24 | ) -> TokenParseResult<'a, TokenOrUnicodeRangeParseOutput<'a>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse/component_value.rs:66:36 [INFO] [stderr] | [INFO] [stderr] 66 | pub const fn right_parenthesis(&self) -> RightParenthesis { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 66 | pub const fn right_parenthesis(&self) -> RightParenthesis<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parse/component_value.rs:265:56 [INFO] [stderr] | [INFO] [stderr] 265 | pub const fn parse_list(input: TokenStream<'a>) -> ComponentValueParseList { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 265 | pub const fn parse_list(input: TokenStream<'a>) -> ComponentValueParseList<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parse/component_value.rs:271:57 [INFO] [stderr] | [INFO] [stderr] 271 | pub const fn parse_list_from_str(input: &'a str) -> ComponentValueParseList { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 271 | pub const fn parse_list_from_str(input: &'a str) -> ComponentValueParseList<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `ccss` (lib) generated 8 warnings (run `cargo fix --lib -p ccss` to apply 8 suggestions) [INFO] [stderr] warning: `ccss` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ccss-9c4bf11214fedee4) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test parse::component_value::tests::functions ... ok [INFO] [stdout] test parse::component_value::tests::test ... ok [INFO] [stdout] test token::tokens::numeric_token::tests::number ... ok [INFO] [stdout] test token::tokens::numeric_token::tests::number2 ... ok [INFO] [stdout] test token::tokens::token::tests::escape_ident ... ok [INFO] [stdout] test token::stream::tests::declaration_list ... ok [INFO] [stdout] test parse::component_value::tests::function ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/component_value_list.rs (/opt/rustwide/target/debug/deps/component_value_list-12754ca21f2dd6c6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/declaration_list.rs (/opt/rustwide/target/debug/deps/declaration_list-874822746db85b55) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/one_declaration.rs (/opt/rustwide/target/debug/deps/one_declaration-57bbeaf0121ce502) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests ccss [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2b61019f657adf5be8952cbf14f424199d716ea97ce3c49eb0689c5350833930", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b61019f657adf5be8952cbf14f424199d716ea97ce3c49eb0689c5350833930", kill_on_drop: false }` [INFO] [stdout] 2b61019f657adf5be8952cbf14f424199d716ea97ce3c49eb0689c5350833930