[INFO] fetching crate kimari 0.1.0... [INFO] testing kimari-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate kimari 0.1.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate kimari 0.1.0 [INFO] finished tweaking crates.io crate kimari 0.1.0 [INFO] tweaked toml for crates.io crate kimari 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate kimari 0.1.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 17 packages to latest compatible versions [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.17) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 58bd83f5b3a13eb6c6a26abed9d820a22d5b9a88d0c0245b23f067be9f11f186 [INFO] running `Command { std: "docker" "start" "-a" "58bd83f5b3a13eb6c6a26abed9d820a22d5b9a88d0c0245b23f067be9f11f186", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "58bd83f5b3a13eb6c6a26abed9d820a22d5b9a88d0c0245b23f067be9f11f186", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58bd83f5b3a13eb6c6a26abed9d820a22d5b9a88d0c0245b23f067be9f11f186", kill_on_drop: false }` [INFO] [stdout] 58bd83f5b3a13eb6c6a26abed9d820a22d5b9a88d0c0245b23f067be9f11f186 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe5bef73528d4b55e333ae30bf5e3704114014cedafa4a2aedc909030eae8211 [INFO] running `Command { std: "docker" "start" "-a" "fe5bef73528d4b55e333ae30bf5e3704114014cedafa4a2aedc909030eae8211", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling kimari-derive v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling kimari v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::value::Value` [INFO] [stdout] --> src/operator/all.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::value::Value; [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: `crate::value::Value` [INFO] [stdout] --> src/operator/any.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::value::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:35:68 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | -- -- ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the lifetime is named here [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] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:50:39 [INFO] [stdout] | [INFO] [stdout] 48 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 49 | context: &'a C, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ^^^^ ^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.61s [INFO] running `Command { std: "docker" "inspect" "fe5bef73528d4b55e333ae30bf5e3704114014cedafa4a2aedc909030eae8211", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe5bef73528d4b55e333ae30bf5e3704114014cedafa4a2aedc909030eae8211", kill_on_drop: false }` [INFO] [stdout] fe5bef73528d4b55e333ae30bf5e3704114014cedafa4a2aedc909030eae8211 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9cbdd4dc0555a10374d88bb0b2106b882587dd772abf2e8c018546e476a7921 [INFO] running `Command { std: "docker" "start" "-a" "c9cbdd4dc0555a10374d88bb0b2106b882587dd772abf2e8c018546e476a7921", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `crate::value::Value` [INFO] [stdout] --> src/operator/all.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::value::Value; [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: `crate::value::Value` [INFO] [stdout] --> src/operator/any.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::value::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:35:68 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | -- -- ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the lifetime is named here [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] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:50:39 [INFO] [stdout] | [INFO] [stdout] 48 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 49 | context: &'a C, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ^^^^ ^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling kimari v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Rule` is never constructed [INFO] [stdout] --> src/operator/all.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | struct Rule { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:35:68 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | -- -- ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the lifetime is named here [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] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/rule.rs:50:39 [INFO] [stdout] | [INFO] [stdout] 48 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 49 | context: &'a C, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ^^^^ ^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 50 | ) -> impl Iterator> + 'a [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.68s [INFO] running `Command { std: "docker" "inspect" "c9cbdd4dc0555a10374d88bb0b2106b882587dd772abf2e8c018546e476a7921", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9cbdd4dc0555a10374d88bb0b2106b882587dd772abf2e8c018546e476a7921", kill_on_drop: false }` [INFO] [stdout] c9cbdd4dc0555a10374d88bb0b2106b882587dd772abf2e8c018546e476a7921 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6a24188a185b1ee98a1eb07b178498c1238d8a363b9142a6a536718488f31605 [INFO] running `Command { std: "docker" "start" "-a" "6a24188a185b1ee98a1eb07b178498c1238d8a363b9142a6a536718488f31605", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::value::Value` [INFO] [stderr] --> src/operator/all.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::value::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::value::Value` [INFO] [stderr] --> src/operator/any.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::value::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/rule.rs:35:68 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stderr] | -- -- ^^^^ ^^^^^ the same lifetime is elided here [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 35 | pub fn find<'a, C>(&'a self, context: &'a C) -> Result, Error> [INFO] [stderr] | ++ ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/rule.rs:50:39 [INFO] [stderr] | [INFO] [stderr] 48 | &'a self, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 49 | context: &'a C, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 50 | ) -> impl Iterator> + 'a [INFO] [stderr] | ^^^^ ^^^^^ -- the same lifetime is named here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 50 | ) -> impl Iterator> + 'a [INFO] [stderr] | ++ ++ [INFO] [stderr] [INFO] [stderr] warning: `kimari` (lib) generated 4 warnings (run `cargo fix --lib -p kimari` to apply 4 suggestions) [INFO] [stderr] warning: struct `Rule` is never constructed [INFO] [stderr] --> src/operator/all.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | struct Rule { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `kimari` (lib test) generated 3 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kimari-748b9d1171b21347) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test context::tests::context_optional ... ok [INFO] [stdout] test context::tests::context_primitives ... ok [INFO] [stdout] test context::tests::context_array ... ok [INFO] [stdout] test operator::all::tests::deserialize ... ok [INFO] [stdout] test value::tests::eq_array ... ok [INFO] [stdout] test value::tests::eq_optional ... ok [INFO] [stdout] test value::tests::deserialize ... ok [INFO] [stdout] test operator::equals::tests::deserialize ... ok [INFO] [stdout] test operator::not_equals::tests::deserialize ... ok [INFO] [stdout] test tests::integration_test ... ok [INFO] [stdout] test value::tests::eq_string_string ... ok [INFO] [stdout] test operator::any::tests::deserialize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests kimari [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" "6a24188a185b1ee98a1eb07b178498c1238d8a363b9142a6a536718488f31605", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a24188a185b1ee98a1eb07b178498c1238d8a363b9142a6a536718488f31605", kill_on_drop: false }` [INFO] [stdout] 6a24188a185b1ee98a1eb07b178498c1238d8a363b9142a6a536718488f31605