[INFO] cloning repository https://github.com/05st/fino
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/05st/fino" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F05st%2Ffino", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F05st%2Ffino'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a2d48c396c5e8125ef6cac61e9e3ef48bf43a386
[INFO] checking 05st/fino against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F05st%2Ffino" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/05st/fino on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/05st/fino
[INFO] finished tweaking git repo https://github.com/05st/fino
[INFO] tweaked toml for git repo https://github.com/05st/fino written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/05st/fino 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" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1ce5a2e882f8992d4c6c641b6248a6ae338d453fc7f5fcb48a0e3ae22f375ac8
[INFO] running `Command { std: "docker" "start" "-a" "1ce5a2e882f8992d4c6c641b6248a6ae338d453fc7f5fcb48a0e3ae22f375ac8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ce5a2e882f8992d4c6c641b6248a6ae338d453fc7f5fcb48a0e3ae22f375ac8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ce5a2e882f8992d4c6c641b6248a6ae338d453fc7f5fcb48a0e3ae22f375ac8", kill_on_drop: false }`
[INFO] [stdout] 1ce5a2e882f8992d4c6c641b6248a6ae338d453fc7f5fcb48a0e3ae22f375ac8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc237e4b49fa66efe803bc675464102078e8db445e6b3045d3fe7da5181aa873
[INFO] running `Command { std: "docker" "start" "-a" "bc237e4b49fa66efe803bc675464102078e8db445e6b3045d3fe7da5181aa873", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling cc v1.1.7
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking bitmaps v2.1.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling inkwell v0.5.0
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking clap_builder v4.5.11
[INFO] [stderr]     Checking rand_xoshiro v0.6.0
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking sized-chunks v0.6.5
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]    Compiling llvm-sys v180.0.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking ariadne v0.4.1
[INFO] [stderr]     Checking ena v0.14.3
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking unescape v0.1.0
[INFO] [stderr]    Compiling logos-codegen v0.14.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling clap_derive v4.5.11
[INFO] [stderr]    Compiling inkwell_internals v0.10.0
[INFO] [stderr]    Compiling logos-derive v0.14.0
[INFO] [stderr]     Checking logos v0.14.0
[INFO] [stderr]     Checking clap v4.5.11
[INFO] [stderr]     Checking fino v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/parser.rs:44:54
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl<'a> Parser<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 44 |     fn new(compiler_cache: &'a mut CompilerCache) -> Parser {
[INFO] [stdout]    |                                                      ^^^^^^ 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: elided lifetime has a name
[INFO] [stdout]   --> src/sorter.rs:23:54
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<'a> ModuleSorter<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 23 |     fn new(compiler_cache: &'a mut CompilerCache) -> ModuleSorter {
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/typechecker.rs:24:54
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl<'a> TypeChecker<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 24 |     fn new(compiler_cache: &'a mut CompilerCache) -> TypeChecker {
[INFO] [stdout]    |                                                      ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/parser.rs:44:54
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl<'a> Parser<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 44 |     fn new(compiler_cache: &'a mut CompilerCache) -> Parser {
[INFO] [stdout]    |                                                      ^^^^^^ 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: elided lifetime has a name
[INFO] [stdout]   --> src/sorter.rs:23:54
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<'a> ModuleSorter<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 23 |     fn new(compiler_cache: &'a mut CompilerCache) -> ModuleSorter {
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/typechecker.rs:24:54
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl<'a> TypeChecker<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 24 |     fn new(compiler_cache: &'a mut CompilerCache) -> TypeChecker {
[INFO] [stdout]    |                                                      ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Type` is never constructed
[INFO] [stdout]   --> src/ast.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub enum ToplevelKind {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 63 |     Type { },
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ToplevelKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Type` is never constructed
[INFO] [stdout]   --> src/ast.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub enum ToplevelKind {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 63 |     Type { },
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ToplevelKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `location` is never read
[INFO] [stdout]   --> src/cache.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Definition {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 19 |     pub location: Location,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Definition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `location` is never read
[INFO] [stdout]   --> src/cache.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Definition {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 19 |     pub location: Location,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Definition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
[INFO] running `Command { std: "docker" "inspect" "bc237e4b49fa66efe803bc675464102078e8db445e6b3045d3fe7da5181aa873", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc237e4b49fa66efe803bc675464102078e8db445e6b3045d3fe7da5181aa873", kill_on_drop: false }`
[INFO] [stdout] bc237e4b49fa66efe803bc675464102078e8db445e6b3045d3fe7da5181aa873
