[INFO] cloning repository https://github.com/Jengamon/gourmand
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Jengamon/gourmand" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJengamon%2Fgourmand", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJengamon%2Fgourmand'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8c14b62bd3afde61a187913a82dd31c275b6ec24
[INFO] testing Jengamon/gourmand/8c14b62bd3afde61a187913a82dd31c275b6ec24 against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJengamon%2Fgourmand" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Jengamon/gourmand
[INFO] finished tweaking git repo https://github.com/Jengamon/gourmand
[INFO] tweaked toml for git repo https://github.com/Jengamon/gourmand written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Jengamon/gourmand on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Jengamon/gourmand 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/kyren/gc-arena.git`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tabwriter v1.4.1
[INFO] [stderr]   Downloaded strip-ansi-escapes v0.2.1
[INFO] [stderr]   Downloaded unscanny v0.1.0
[INFO] [stderr]   Downloaded bumpalo v3.20.1
[INFO] [stderr]   Downloaded logos-derive v0.16.1
[INFO] [stderr]   Downloaded version-ranges v0.1.2
[INFO] [stderr]   Downloaded salsa-macros v0.26.0
[INFO] [stderr]   Downloaded salsa-macro-rules v0.26.0
[INFO] [stderr]   Downloaded logos v0.16.1
[INFO] [stderr]   Downloaded boxcar v0.2.14
[INFO] [stderr]   Downloaded priority-queue v2.7.0
[INFO] [stderr]   Downloaded intrusive-collections v0.9.7
[INFO] [stderr]   Downloaded symbol_table v0.4.0
[INFO] [stderr]   Downloaded vte v0.14.1
[INFO] [stderr]   Downloaded rstest v0.26.1
[INFO] [stderr]   Downloaded logos-codegen v0.16.1
[INFO] [stderr]   Downloaded symbolic_expressions v5.0.3
[INFO] [stderr]   Downloaded saturating v0.1.0
[INFO] [stderr]   Downloaded pubgrub v0.3.0
[INFO] [stderr]   Downloaded rstest_macros v0.26.1
[INFO] [stderr]   Downloaded lasso v0.7.3
[INFO] [stderr]   Downloaded text-size v1.1.1
[INFO] [stderr]   Downloaded arbtest v0.3.2
[INFO] [stderr]   Downloaded codesnake v0.2.1
[INFO] [stderr]   Downloaded reedline v0.45.0
[INFO] [stderr]   Downloaded cstree_derive v0.13.0
[INFO] [stderr]   Downloaded insta v1.46.3
[INFO] [stderr]   Downloaded annotate-snippets v0.12.12
[INFO] [stderr]   Downloaded clap v4.5.59
[INFO] [stderr]   Downloaded cstree v0.13.0
[INFO] [stderr]   Downloaded triomphe v0.1.15
[INFO] [stderr]   Downloaded iddqd v0.3.17
[INFO] [stderr]   Downloaded egg v0.10.0
[INFO] [stderr]   Downloaded clap_builder v4.5.59
[INFO] [stderr]   Downloaded salsa v0.26.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2
[INFO] running `Command { std: "docker" "start" "511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2", 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" "511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling intrusive-collections v0.9.7
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling symbol_table v0.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling salsa-macro-rules v0.26.0
[INFO] [stderr]    Compiling symbolic_expressions v5.0.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling inventory v0.3.21
[INFO] [stderr]    Compiling unscanny v0.1.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling text-size v1.1.1
[INFO] [stderr]    Compiling thin-vec v0.2.14
[INFO] [stderr]    Compiling saturating v0.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling boxcar v0.2.14
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling iddqd v0.3.17
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling priority-queue v2.7.0
[INFO] [stderr]    Compiling tabwriter v1.4.1
[INFO] [stderr]    Compiling version-ranges v0.1.2
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling annotate-snippets v0.12.12
[INFO] [stderr]    Compiling clap_builder v4.5.59
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling salsa-macros v0.26.0
[INFO] [stderr]    Compiling cstree_derive v0.13.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling gc-arena-derive v0.5.3 (https://github.com/kyren/gc-arena.git#75671ae0)
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling gc-arena v0.5.3 (https://github.com/kyren/gc-arena.git#75671ae0)
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling pubgrub v0.3.0
[INFO] [stderr]    Compiling gourmand_cne v0.1.0 (/opt/rustwide/workdir/crates/gourmand_cne)
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:346:30
[INFO] [stdout]     |
[INFO] [stdout] 346 |     pub fn checks(&mut self, value: &Term, ty: &Polytype) -> bool {
[INFO] [stdout]     |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ty`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:346:44
[INFO] [stdout]     |
[INFO] [stdout] 346 |     pub fn checks(&mut self, value: &Term, ty: &Polytype) -> bool {
[INFO] [stdout]     |                                            ^^ help: if this is intentional, prefix it with an underscore: `_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:350:34
[INFO] [stdout]     |
[INFO] [stdout] 350 |     pub fn synthesize(&mut self, value: &Term) -> Option<Polytype> {
[INFO] [stdout]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `applicand`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:354:62
[INFO] [stdout]     |
[INFO] [stdout] 354 |     pub fn func_application(&mut self, func_type: &Polytype, applicand: &Term) -> Option<Polytype> {
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_applicand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `in_ty`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:356:28
[INFO] [stdout]     |
[INFO] [stdout] 356 |         let Polytype::Func(in_ty, out_ty) = func_type else {
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_in_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out_ty`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |         let Polytype::Func(in_ty, out_ty) = func_type else {
[INFO] [stdout]     |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_out_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_a`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:362:30
[INFO] [stdout]     |
[INFO] [stdout] 362 |     pub fn is_subtype(&self, type_a: &Polytype, type_b: &Polytype) -> Option<bool> {
[INFO] [stdout]     |                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_b`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:362:49
[INFO] [stdout]     |
[INFO] [stdout] 362 |     pub fn is_subtype(&self, type_a: &Polytype, type_b: &Polytype) -> Option<bool> {
[INFO] [stdout]     |                                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bool_ty`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:412:9
[INFO] [stdout]     |
[INFO] [stdout] 412 |     let bool_ty = ctx.new_existential("Bool", &[])?;
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bool_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `int_ty`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:413:9
[INFO] [stdout]     |
[INFO] [stdout] 413 |     let int_ty = ctx.new_existential("Int", &[])?;
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_int_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling salsa v0.26.0
[INFO] [stderr]    Compiling logos-codegen v0.16.1
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling clap v4.5.59
[INFO] [stderr]    Compiling egg v0.10.0
[INFO] [stderr]    Compiling logos-derive v0.16.1
[INFO] [stderr]    Compiling logos v0.16.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling triomphe v0.1.15
[INFO] [stderr]    Compiling ron v0.12.0
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling gourmand-meal v0.1.0 (/opt/rustwide/workdir/crates/gourmand-meal)
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling lasso v0.7.3
[INFO] [stderr]    Compiling insta v1.46.3
[INFO] [stderr]    Compiling reedline v0.45.0
[INFO] [stderr]    Compiling cstree v0.13.0
[INFO] [stderr]    Compiling gourmand v0.1.0 (/opt/rustwide/workdir/crates/gourmand)
[INFO] [stdout] warning: unused import: `std::collections::BTreeMap`
[INFO] [stdout]   --> crates/gourmand/src/hir.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::collections::BTreeMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rustc_hash::FxHashMap`
[INFO] [stdout]   --> crates/gourmand/src/hir.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use rustc_hash::FxHashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ast_view`
[INFO] [stdout]  --> crates/gourmand/src/interp.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{ast_view, value::ValuePtr};
[INFO] [stdout]   |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `stack` is never read
[INFO] [stdout]   --> crates/gourmand/src/interp.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct InterpreterArena<'gc> {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 13 |     /// stack
[INFO] [stdout] 14 |     stack: Vec<ValuePtr<'gc>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InterpreterArena` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CallFrame` is never constructed
[INFO] [stdout]   --> crates/gourmand/src/interp.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct CallFrame {}
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `arena` is never read
[INFO] [stdout]   --> crates/gourmand/src/interp.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Interpreter {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 22 |     arena: Arena<Rootable![InterpreterArena<'_>]>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling gourmand-treewalk v0.1.0 (/opt/rustwide/workdir/crates/gourmand-treewalk)
[INFO] [stderr]    Compiling igour v0.1.0 (/opt/rustwide/workdir/crates/igour)
[INFO] [stdout] warning: unused variable: `filepath`
[INFO] [stdout]    --> crates/igour/src/main.rs:101:24
[INFO] [stdout]     |
[INFO] [stdout] 101 | fn run(source: String, filepath: impl AsRef<Path>) {
[INFO] [stdout]     |                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filepath`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.35s
[INFO] running `Command { std: "docker" "inspect" "511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling derive_arbitrary v1.4.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stdout] warning: unused import: `std::collections::BTreeMap`
[INFO] [stdout]   --> crates/gourmand/src/hir.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::collections::BTreeMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rustc_hash::FxHashMap`
[INFO] [stdout]   --> crates/gourmand/src/hir.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use rustc_hash::FxHashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ast_view`
[INFO] [stdout]  --> crates/gourmand/src/interp.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{ast_view, value::ValuePtr};
[INFO] [stdout]   |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `stack` is never read
[INFO] [stdout]   --> crates/gourmand/src/interp.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct InterpreterArena<'gc> {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 13 |     /// stack
[INFO] [stdout] 14 |     stack: Vec<ValuePtr<'gc>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InterpreterArena` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CallFrame` is never constructed
[INFO] [stdout]   --> crates/gourmand/src/interp.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct CallFrame {}
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `arena` is never read
[INFO] [stdout]   --> crates/gourmand/src/interp.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Interpreter {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 22 |     arena: Arena<Rootable![InterpreterArena<'_>]>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling codesnake v0.2.1
[INFO] [stderr]    Compiling gourmand_cne v0.1.0 (/opt/rustwide/workdir/crates/gourmand_cne)
[INFO] [stderr]    Compiling igour v0.1.0 (/opt/rustwide/workdir/crates/igour)
[INFO] [stderr]    Compiling gourmand-treewalk v0.1.0 (/opt/rustwide/workdir/crates/gourmand-treewalk)
[INFO] [stderr]    Compiling gourmand-meal v0.1.0 (/opt/rustwide/workdir/crates/gourmand-meal)
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:346:30
[INFO] [stdout]     |
[INFO] [stdout] 346 |     pub fn checks(&mut self, value: &Term, ty: &Polytype) -> bool {
[INFO] [stdout]     |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ty`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:346:44
[INFO] [stdout]     |
[INFO] [stdout] 346 |     pub fn checks(&mut self, value: &Term, ty: &Polytype) -> bool {
[INFO] [stdout]     |                                            ^^ help: if this is intentional, prefix it with an underscore: `_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:350:34
[INFO] [stdout]     |
[INFO] [stdout] 350 |     pub fn synthesize(&mut self, value: &Term) -> Option<Polytype> {
[INFO] [stdout]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `applicand`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:354:62
[INFO] [stdout]     |
[INFO] [stdout] 354 |     pub fn func_application(&mut self, func_type: &Polytype, applicand: &Term) -> Option<Polytype> {
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_applicand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `in_ty`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:356:28
[INFO] [stdout]     |
[INFO] [stdout] 356 |         let Polytype::Func(in_ty, out_ty) = func_type else {
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_in_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out_ty`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:356:35
[INFO] [stdout]     |
[INFO] [stdout] 356 |         let Polytype::Func(in_ty, out_ty) = func_type else {
[INFO] [stdout]     |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_out_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_a`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:362:30
[INFO] [stdout]     |
[INFO] [stdout] 362 |     pub fn is_subtype(&self, type_a: &Polytype, type_b: &Polytype) -> Option<bool> {
[INFO] [stdout]     |                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `type_b`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:362:49
[INFO] [stdout]     |
[INFO] [stdout] 362 |     pub fn is_subtype(&self, type_a: &Polytype, type_b: &Polytype) -> Option<bool> {
[INFO] [stdout]     |                                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bool_ty`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:412:9
[INFO] [stdout]     |
[INFO] [stdout] 412 |     let bool_ty = ctx.new_existential("Bool", &[])?;
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bool_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `int_ty`
[INFO] [stdout]    --> crates/gourmand_cne/src/main.rs:413:9
[INFO] [stdout]     |
[INFO] [stdout] 413 |     let int_ty = ctx.new_existential("Int", &[])?;
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_int_ty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stdout] warning: unused variable: `filepath`
[INFO] [stdout]    --> crates/igour/src/main.rs:101:24
[INFO] [stdout]     |
[INFO] [stdout] 101 | fn run(source: String, filepath: impl AsRef<Path>) {
[INFO] [stdout]     |                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filepath`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling arbitrary v1.4.2
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling arbtest v0.3.2
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling gourmand v0.1.0 (/opt/rustwide/workdir/crates/gourmand)
[INFO] [stdout] warning: unused import: `std::collections::BTreeMap`
[INFO] [stdout]   --> crates/gourmand/src/hir.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::collections::BTreeMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rustc_hash::FxHashMap`
[INFO] [stdout]   --> crates/gourmand/src/hir.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use rustc_hash::FxHashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ast_view`
[INFO] [stdout]  --> crates/gourmand/src/interp.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{ast_view, value::ValuePtr};
[INFO] [stdout]   |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `logs` is never read
[INFO] [stdout]   --> crates/gourmand/src/incremental.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct GourmandDatabase {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     logs: std::sync::Arc<std::sync::Mutex<Option<Vec<String>>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GourmandDatabase` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `stack` is never read
[INFO] [stdout]   --> crates/gourmand/src/interp.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct InterpreterArena<'gc> {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 13 |     /// stack
[INFO] [stdout] 14 |     stack: Vec<ValuePtr<'gc>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InterpreterArena` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CallFrame` is never constructed
[INFO] [stdout]   --> crates/gourmand/src/interp.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct CallFrame {}
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `arena` is never read
[INFO] [stdout]   --> crates/gourmand/src/interp.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Interpreter {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 22 |     arena: Arena<Rootable![InterpreterArena<'_>]>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 24.76s
[INFO] running `Command { std: "docker" "inspect" "511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::collections::BTreeMap`
[INFO] [stderr]   --> crates/gourmand/src/hir.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use std::collections::BTreeMap;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rustc_hash::FxHashMap`
[INFO] [stderr]   --> crates/gourmand/src/hir.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use rustc_hash::FxHashMap;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ast_view`
[INFO] [stderr]  --> crates/gourmand/src/interp.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use crate::{ast_view, value::ValuePtr};
[INFO] [stderr]   |             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `stack` is never read
[INFO] [stderr]   --> crates/gourmand/src/interp.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct InterpreterArena<'gc> {
[INFO] [stderr]    |            ---------------- field in this struct
[INFO] [stderr] 13 |     /// stack
[INFO] [stderr] 14 |     stack: Vec<ValuePtr<'gc>>,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `InterpreterArena` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `CallFrame` is never constructed
[INFO] [stderr]   --> crates/gourmand/src/interp.rs:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 | struct CallFrame {}
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `arena` is never read
[INFO] [stderr]   --> crates/gourmand/src/interp.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub struct Interpreter {
[INFO] [stderr]    |            ----------- field in this struct
[INFO] [stderr] 22 |     arena: Arena<Rootable![InterpreterArena<'_>]>,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `gourmand` (lib) generated 6 warnings (run `cargo fix --lib -p gourmand` to apply 3 suggestions)
[INFO] [stderr] warning: unused variable: `value`
[INFO] [stderr]    --> crates/gourmand_cne/src/main.rs:346:30
[INFO] [stderr]     |
[INFO] [stderr] 346 |     pub fn checks(&mut self, value: &Term, ty: &Polytype) -> bool {
[INFO] [stderr]     |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ty`
[INFO] [stderr]    --> crates/gourmand_cne/src/main.rs:346:44
[INFO] [stderr]     |
[INFO] [stderr] 346 |     pub fn checks(&mut self, value: &Term, ty: &Polytype) -> bool {
[INFO] [stderr]     |                                            ^^ help: if this is intentional, prefix it with an underscore: `_ty`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `value`
[INFO] [stderr]    --> crates/gourmand_cne/src/main.rs:350:34
[INFO] [stderr]     |
[INFO] [stderr] 350 |     pub fn synthesize(&mut self, value: &Term) -> Option<Polytype> {
[INFO] [stderr]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `applicand`
[INFO] [stderr]    --> crates/gourmand_cne/src/main.rs:354:62
[INFO] [stderr]     |
[INFO] [stderr] 354 |     pub fn func_application(&mut self, func_type: &Polytype, applicand: &Term) -> Option<Polytype> {
[INFO] [stderr]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_applicand`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `in_ty`
[INFO] [stderr]    --> crates/gourmand_cne/src/main.rs:356:28
[INFO] [stderr]     |
[INFO] [stderr] 356 |         let Polytype::Func(in_ty, out_ty) = func_type else {
[INFO] [stderr]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_in_ty`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `out_ty`
[INFO] [stderr]    --> crates/gourmand_cne/src/main.rs:356:35
[INFO] [stderr]     |
[INFO] [stderr] 356 |         let Polytype::Func(in_ty, out_ty) = func_type else {
[INFO] [stderr]     |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_out_ty`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `type_a`
[INFO] [stderr]    --> crates/gourmand_cne/src/main.rs:362:30
[INFO] [stderr]     |
[INFO] [stderr] 362 |     pub fn is_subtype(&self, type_a: &Polytype, type_b: &Polytype) -> Option<bool> {
[INFO] [stderr]     |                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_a`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `type_b`
[INFO] [stderr]    --> crates/gourmand_cne/src/main.rs:362:49
[INFO] [stderr]     |
[INFO] [stderr] 362 |     pub fn is_subtype(&self, type_a: &Polytype, type_b: &Polytype) -> Option<bool> {
[INFO] [stderr]     |                                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_type_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `bool_ty`
[INFO] [stderr]    --> crates/gourmand_cne/src/main.rs:412:9
[INFO] [stderr]     |
[INFO] [stderr] 412 |     let bool_ty = ctx.new_existential("Bool", &[])?;
[INFO] [stderr]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bool_ty`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `int_ty`
[INFO] [stderr]    --> crates/gourmand_cne/src/main.rs:413:9
[INFO] [stderr]     |
[INFO] [stderr] 413 |     let int_ty = ctx.new_existential("Int", &[])?;
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_int_ty`
[INFO] [stderr] 
[INFO] [stderr] warning: `gourmand_cne` (bin "gourmand_cne" test) generated 10 warnings (run `cargo fix --bin "gourmand_cne" -p gourmand_cne --tests` to apply 10 suggestions)
[INFO] [stderr] warning: field `logs` is never read
[INFO] [stderr]   --> crates/gourmand/src/incremental.rs:75:5
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub struct GourmandDatabase {
[INFO] [stderr]    |            ---------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 75 |     logs: std::sync::Arc<std::sync::Mutex<Option<Vec<String>>>>,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `GourmandDatabase` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `stack` is never read
[INFO] [stderr]   --> crates/gourmand/src/interp.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct InterpreterArena<'gc> {
[INFO] [stderr]    |            ---------------- field in this struct
[INFO] [stderr] 13 |     /// stack
[INFO] [stderr] 14 |     stack: Vec<ValuePtr<'gc>>,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `InterpreterArena` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `gourmand` (lib test) generated 7 warnings (5 duplicates)
[INFO] [stderr] warning: unused variable: `filepath`
[INFO] [stderr]    --> crates/igour/src/main.rs:101:24
[INFO] [stderr]     |
[INFO] [stderr] 101 | fn run(source: String, filepath: impl AsRef<Path>) {
[INFO] [stderr]     |                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filepath`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `igour` (bin "igour" test) generated 1 warning (run `cargo fix --bin "igour" -p igour --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gourmand-87616848730b1285)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test value::any::tests::test_any_value ... ok
[INFO] [stdout] test ast_view::tests::test_importing ... ok
[INFO] [stdout] test incremental::tests::operator_reading ... ok
[INFO] [stdout] test lexer::tests::lex_source ... ok
[INFO] [stdout] test parser::tests::parse_fail_source ... ok
[INFO] [stdout] test parser::tests::parse_source ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gourmand_meal-3f66c7173a5aa633)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test version_req::tests::test_version_reqs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gourmand_treewalk-566d2ec4be6a31d6)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gourmand_cne-4905761d1c67c177)
[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 unittests src/main.rs (/opt/rustwide/target/debug/deps/igour-dee00f8483a2964f)
[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 gourmand
[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 gourmand_meal
[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 gourmand_treewalk
[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" "511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2", kill_on_drop: false }`
[INFO] [stdout] 511dd8d1c9c2cb618157c860c0edae71ed56454f66bbe5b44017659b1afffed2
