[INFO] fetching crate fubar-cli 0.1.3...
[INFO] checking fubar-cli-0.1.3 against 1.95.0 for pr-155915
[INFO] extracting crate fubar-cli 0.1.3 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate fubar-cli 0.1.3
[INFO] finished tweaking crates.io crate fubar-cli 0.1.3
[INFO] tweaked toml for crates.io crate fubar-cli 0.1.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fubar-cli 0.1.3 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fubar-cli 0.1.3 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded signal-hook v0.3.15
[INFO] [stderr]   Downloaded crossterm_winapi v0.9.0
[INFO] [stderr]   Downloaded core-graphics-types v0.1.1
[INFO] [stderr]   Downloaded simd-adler32 v0.3.5
[INFO] [stderr]   Downloaded quote v1.0.27
[INFO] [stderr]   Downloaded arboard v3.2.0
[INFO] [stderr]   Downloaded bytemuck v1.13.1
[INFO] [stderr]   Downloaded png v0.17.8
[INFO] [stderr]   Downloaded flate2 v1.0.26
[INFO] [stderr]   Downloaded crossterm v0.26.1
[INFO] [stderr]   Downloaded tui v0.19.0
[INFO] [stderr]   Downloaded crossterm v0.25.0
[INFO] [stderr]   Downloaded syn v2.0.16
[INFO] [stderr]   Downloaded image v0.24.6
[INFO] [stderr]   Downloaded libc v0.2.144
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f21c6c4e7be46db2bc30c5ea8561bdf93c5c5815b5203ef1f797e6d95d9b8c3a
[INFO] running `Command { std: "docker" "start" "-a" "f21c6c4e7be46db2bc30c5ea8561bdf93c5c5815b5203ef1f797e6d95d9b8c3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f21c6c4e7be46db2bc30c5ea8561bdf93c5c5815b5203ef1f797e6d95d9b8c3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f21c6c4e7be46db2bc30c5ea8561bdf93c5c5815b5203ef1f797e6d95d9b8c3a", kill_on_drop: false }`
[INFO] [stdout] f21c6c4e7be46db2bc30c5ea8561bdf93c5c5815b5203ef1f797e6d95d9b8c3a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 40e6be93de33bdbc7a0513add06554c6ee4a0ac093a45530260a45c5835bd252
[INFO] running `Command { std: "docker" "start" "-a" "40e6be93de33bdbc7a0513add06554c6ee4a0ac093a45530260a45c5835bd252", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking simd-adler32 v0.3.5
[INFO] [stderr]    Compiling signal-hook v0.3.15
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.27
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]     Checking flate2 v1.0.26
[INFO] [stderr]    Compiling syn v2.0.16
[INFO] [stderr]     Checking png v0.17.8
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking image v0.24.6
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking crossterm v0.25.0
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]     Checking tui v0.19.0
[INFO] [stderr]     Checking x11rb-protocol v0.10.0
[INFO] [stderr]     Checking x11rb v0.10.1
[INFO] [stderr]     Checking arboard v3.2.0
[INFO] [stderr]     Checking fubar-cli v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/main.rs:61:37
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn new(titles: Vec<&'a str>) -> TabState {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn new(titles: Vec<&'a str>) -> TabState<'a> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/main.rs:198:30
[INFO] [stdout]     |
[INFO] [stdout] 198 | fn _create_code_block(title: &str) -> Block {
[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] 198 | fn _create_code_block(title: &str) -> Block<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/main.rs:209:39
[INFO] [stdout]     |
[INFO] [stdout] 209 | fn _create_selected_code_block(title: &str) -> Block {
[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] 209 | fn _create_selected_code_block(title: &str) -> Block<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/main.rs:61:37
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn new(titles: Vec<&'a str>) -> TabState {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn new(titles: Vec<&'a str>) -> TabState<'a> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/main.rs:198:30
[INFO] [stdout]     |
[INFO] [stdout] 198 | fn _create_code_block(title: &str) -> Block {
[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] 198 | fn _create_code_block(title: &str) -> Block<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/main.rs:209:39
[INFO] [stdout]     |
[INFO] [stdout] 209 | fn _create_selected_code_block(title: &str) -> Block {
[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] 209 | fn _create_selected_code_block(title: &str) -> Block<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
[INFO] running `Command { std: "docker" "inspect" "40e6be93de33bdbc7a0513add06554c6ee4a0ac093a45530260a45c5835bd252", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40e6be93de33bdbc7a0513add06554c6ee4a0ac093a45530260a45c5835bd252", kill_on_drop: false }`
[INFO] [stdout] 40e6be93de33bdbc7a0513add06554c6ee4a0ac093a45530260a45c5835bd252
