[INFO] cloning repository https://github.com/kortgrabb/seekr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kortgrabb/seekr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkortgrabb%2Fseekr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkortgrabb%2Fseekr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 98268a09079a0aac2c4fe0a42c3dad89696e4440
[INFO] building kortgrabb/seekr against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkortgrabb%2Fseekr" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kortgrabb/seekr
[INFO] finished tweaking git repo https://github.com/kortgrabb/seekr
[INFO] tweaked toml for git repo https://github.com/kortgrabb/seekr written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kortgrabb/seekr on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kortgrabb/seekr 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mlua_derive v0.9.3
[INFO] [stderr]   Downloaded colored v2.1.0
[INFO] [stderr]   Downloaded which v6.0.3
[INFO] [stderr]   Downloaded globset v0.4.15
[INFO] [stderr]   Downloaded rlua v0.20.1
[INFO] [stderr]   Downloaded clap v4.5.19
[INFO] [stderr]   Downloaded mlua-sys v0.6.3
[INFO] [stderr]   Downloaded mlua v0.9.9
[INFO] [stderr]   Downloaded clap_builder v4.5.19
[INFO] [stderr]   Downloaded bstr v1.10.0
[INFO] [stderr]   Downloaded winsafe v0.0.19
[INFO] [stderr]   Downloaded lua-src v547.0.0
[INFO] [stderr]   Downloaded luajit-src v210.5.11+97813fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a0cab1dde3dafcdbb469c90ec258d2686ada39bc41f0b02282bc2af6c3fd1231
[INFO] running `Command { std: "docker" "start" "-a" "a0cab1dde3dafcdbb469c90ec258d2686ada39bc41f0b02282bc2af6c3fd1231", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0cab1dde3dafcdbb469c90ec258d2686ada39bc41f0b02282bc2af6c3fd1231", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0cab1dde3dafcdbb469c90ec258d2686ada39bc41f0b02282bc2af6c3fd1231", kill_on_drop: false }`
[INFO] [stdout] a0cab1dde3dafcdbb469c90ec258d2686ada39bc41f0b02282bc2af6c3fd1231
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5bd90346b46ad36f54df56d7212669b7ba3e4b4c601310737e29f27cb337f84d
[INFO] running `Command { std: "docker" "start" "-a" "5bd90346b46ad36f54df56d7212669b7ba3e4b4c601310737e29f27cb337f84d", kill_on_drop: false }`
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling cc v1.1.30
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling lua-src v547.0.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling bstr v1.10.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling which v6.0.3
[INFO] [stderr]    Compiling luajit-src v210.5.11+97813fb
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling mlua-sys v0.6.3
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling rustc-hash v2.0.0
[INFO] [stderr]    Compiling rlua v0.20.1
[INFO] [stderr]    Compiling clap_builder v4.5.19
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling globset v0.4.15
[INFO] [stderr]    Compiling tempfile v3.13.0
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling clap v4.5.19
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling mlua_derive v0.9.3
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mlua v0.9.9
[INFO] [stderr]    Compiling seekr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `set_enabled` is never used
[INFO] [stdout]   --> src/app/flags.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl OptionState {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn set_enabled(&mut self, enabled: bool) {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LuaPlugin` is never constructed
[INFO] [stdout]  --> src/plugin_integration/lua_plugin.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct LuaPlugin {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `run_script`, `execute_callback`, `has_function`, and `create_result_table` are never used
[INFO] [stdout]   --> src/plugin_integration/lua_plugin.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl LuaPlugin {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 10 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub fn run_script(&self, script_path: &str, results: &[SearchMatch]) -> LuaResult<()> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn execute_callback(&self, callback_name: &str, results: &[SearchMatch]) -> LuaResult<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn has_function(&self, func_name: &str) -> LuaResult<bool> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn create_result_table<'lua>(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "5bd90346b46ad36f54df56d7212669b7ba3e4b4c601310737e29f27cb337f84d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5bd90346b46ad36f54df56d7212669b7ba3e4b4c601310737e29f27cb337f84d", kill_on_drop: false }`
[INFO] [stdout] 5bd90346b46ad36f54df56d7212669b7ba3e4b4c601310737e29f27cb337f84d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f83d99a95462821f1c4e9c94cc55838c99982fbc9ce105d7ac8bd0715511a693
[INFO] running `Command { std: "docker" "start" "-a" "f83d99a95462821f1c4e9c94cc55838c99982fbc9ce105d7ac8bd0715511a693", kill_on_drop: false }`
[INFO] [stderr]    Compiling seekr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `set_enabled` is never used
[INFO] [stdout]   --> src/app/flags.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl OptionState {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn set_enabled(&mut self, enabled: bool) {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LuaPlugin` is never constructed
[INFO] [stdout]  --> src/plugin_integration/lua_plugin.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct LuaPlugin {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `run_script`, `execute_callback`, `has_function`, and `create_result_table` are never used
[INFO] [stdout]   --> src/plugin_integration/lua_plugin.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl LuaPlugin {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 10 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub fn run_script(&self, script_path: &str, results: &[SearchMatch]) -> LuaResult<()> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn execute_callback(&self, callback_name: &str, results: &[SearchMatch]) -> LuaResult<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn has_function(&self, func_name: &str) -> LuaResult<bool> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn create_result_table<'lua>(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] running `Command { std: "docker" "inspect" "f83d99a95462821f1c4e9c94cc55838c99982fbc9ce105d7ac8bd0715511a693", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f83d99a95462821f1c4e9c94cc55838c99982fbc9ce105d7ac8bd0715511a693", kill_on_drop: false }`
[INFO] [stdout] f83d99a95462821f1c4e9c94cc55838c99982fbc9ce105d7ac8bd0715511a693
