[INFO] fetching crate chisel-lexers 1.1.0...
[INFO] checking chisel-lexers-1.1.0 against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] extracting crate chisel-lexers 1.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate chisel-lexers 1.1.0
[INFO] finished tweaking crates.io crate chisel-lexers 1.1.0
[INFO] tweaked toml for crates.io crate chisel-lexers 1.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate chisel-lexers 1.1.0 on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 139 packages to highest compatible versions
[INFO] [stderr]       Adding bytesize v1.3.3 (available: v2.7.0)
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.8.2)
[INFO] [stderr]       Adding lexical v6.1.1 (available: v7.0.5)
[INFO] [stderr]       Adding pprof v0.13.0 (available: v0.15.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded protobuf v2.28.0
[INFO] [stderr]   Downloaded pprof v0.13.0
[INFO] [stderr]   Downloaded chisel-common v1.1.0
[INFO] [stderr]   Downloaded fast-float v0.2.0
[INFO] [stderr]   Downloaded chisel-decoders v1.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] af077db2b755f9a23228f297c560016d5477de55800c83c8a685857de820cdda
[INFO] running `Command { std: "docker" "start" "af077db2b755f9a23228f297c560016d5477de55800c83c8a685857de820cdda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af077db2b755f9a23228f297c560016d5477de55800c83c8a685857de820cdda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "af077db2b755f9a23228f297c560016d5477de55800c83c8a685857de820cdda" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af077db2b755f9a23228f297c560016d5477de55800c83c8a685857de820cdda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "af077db2b755f9a23228f297c560016d5477de55800c83c8a685857de820cdda" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.57
[INFO] [stderr]     Checking lexical-util v0.8.5
[INFO] [stderr]     Checking crossbeam-epoch v0.9.21
[INFO] [stderr]     Checking clap_lex v1.1.1
[INFO] [stderr]    Compiling cpp_demangle v0.4.5
[INFO] [stderr]    Compiling zerocopy-derive v0.8.57
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]    Compiling symbolic-demangle v12.18.3
[INFO] [stderr]     Checking symbolic-common v12.18.3
[INFO] [stderr]     Checking clap_builder v4.6.7
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking crossbeam-deque v0.8.8
[INFO] [stderr]     Checking quick-xml v0.26.0
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking str_stack v0.1.1
[INFO] [stderr]    Compiling pprof v0.13.0
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking lexical-write-integer v0.8.5
[INFO] [stderr]     Checking lexical-parse-integer v0.8.6
[INFO] [stderr]     Checking chisel-decoders v1.1.0
[INFO] [stderr]     Checking chisel-common v1.1.0
[INFO] [stderr]     Checking lexical-write-float v0.8.5
[INFO] [stderr]     Checking lexical-parse-float v0.8.5
[INFO] [stderr]     Checking fast-float v0.2.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking bytesize v1.3.3
[INFO] [stderr]     Checking lexical-core v0.8.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking lexical v6.1.1
[INFO] [stderr]     Checking chisel-lexers v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:361:20
[INFO] [stdout]     |
[INFO] [stdout] 361 |     pub fn consume(&mut self) -> LexerResult<PackedToken> {
[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] 361 |     pub fn consume(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:403:21
[INFO] [stdout]     |
[INFO] [stdout] 403 |     fn match_string(&mut self) -> LexerResult<PackedToken> {
[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] 403 |     fn match_string(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:482:21
[INFO] [stdout]     |
[INFO] [stdout] 482 |     fn match_number(&mut self) -> LexerResult<PackedToken> {
[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] 482 |     fn match_number(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:580:22
[INFO] [stdout]     |
[INFO] [stdout] 580 |     fn parse_numeric(&mut self, integral: bool) -> LexerResult<PackedToken> {
[INFO] [stdout]     |                      ^^^^^^^^^ the lifetime is elided here     ^^^^^^^^^^^ 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 580 |     fn parse_numeric(&mut self, integral: bool) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:680:19
[INFO] [stdout]     |
[INFO] [stdout] 680 |     fn match_null(&mut self) -> LexerResult<PackedToken> {
[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] 680 |     fn match_null(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:702:19
[INFO] [stdout]     |
[INFO] [stdout] 702 |     fn match_true(&mut self) -> LexerResult<PackedToken> {
[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] 702 |     fn match_true(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:727:20
[INFO] [stdout]     |
[INFO] [stdout] 727 |     fn match_false(&mut self) -> LexerResult<PackedToken> {
[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] 727 |     fn match_false(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking clap v4.6.7
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking inferno v0.11.21
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:361:20
[INFO] [stdout]     |
[INFO] [stdout] 361 |     pub fn consume(&mut self) -> LexerResult<PackedToken> {
[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] 361 |     pub fn consume(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:403:21
[INFO] [stdout]     |
[INFO] [stdout] 403 |     fn match_string(&mut self) -> LexerResult<PackedToken> {
[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] 403 |     fn match_string(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:482:21
[INFO] [stdout]     |
[INFO] [stdout] 482 |     fn match_number(&mut self) -> LexerResult<PackedToken> {
[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] 482 |     fn match_number(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:580:22
[INFO] [stdout]     |
[INFO] [stdout] 580 |     fn parse_numeric(&mut self, integral: bool) -> LexerResult<PackedToken> {
[INFO] [stdout]     |                      ^^^^^^^^^ the lifetime is elided here     ^^^^^^^^^^^ 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 580 |     fn parse_numeric(&mut self, integral: bool) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:680:19
[INFO] [stdout]     |
[INFO] [stdout] 680 |     fn match_null(&mut self) -> LexerResult<PackedToken> {
[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] 680 |     fn match_null(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:702:19
[INFO] [stdout]     |
[INFO] [stdout] 702 |     fn match_true(&mut self) -> LexerResult<PackedToken> {
[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] 702 |     fn match_true(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/json/lexer.rs:727:20
[INFO] [stdout]     |
[INFO] [stdout] 727 |     fn match_false(&mut self) -> LexerResult<PackedToken> {
[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] 727 |     fn match_false(&mut self) -> LexerResult<PackedToken<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.51s
[INFO] running `Command { std: "docker" "inspect" "af077db2b755f9a23228f297c560016d5477de55800c83c8a685857de820cdda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af077db2b755f9a23228f297c560016d5477de55800c83c8a685857de820cdda", kill_on_drop: false }`
[INFO] [stdout] af077db2b755f9a23228f297c560016d5477de55800c83c8a685857de820cdda
