[INFO] fetching crate juspay_jsonlogic 0.5.5... [INFO] testing juspay_jsonlogic-0.5.5 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate juspay_jsonlogic 0.5.5 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate juspay_jsonlogic 0.5.5 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate juspay_jsonlogic 0.5.5 [INFO] tweaked toml for crates.io crate juspay_jsonlogic 0.5.5 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate juspay_jsonlogic 0.5.5 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] crate crates.io crate juspay_jsonlogic 0.5.5 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" "+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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] d9b3cd197699ab9cb5988ff21a6d8f1d6ea44b10ff43ade1ffb011163ba5566f [INFO] running `Command { std: "docker" "start" "-a" "d9b3cd197699ab9cb5988ff21a6d8f1d6ea44b10ff43ade1ffb011163ba5566f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9b3cd197699ab9cb5988ff21a6d8f1d6ea44b10ff43ade1ffb011163ba5566f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9b3cd197699ab9cb5988ff21a6d8f1d6ea44b10ff43ade1ffb011163ba5566f", kill_on_drop: false }` [INFO] [stdout] d9b3cd197699ab9cb5988ff21a6d8f1d6ea44b10ff43ade1ffb011163ba5566f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] e7babcdf80d32effc8860537d3721e2ceb6270ffcb89eeb32de4aa74e2b9bd78 [INFO] running `Command { std: "docker" "start" "-a" "e7babcdf80d32effc8860537d3721e2ceb6270ffcb89eeb32de4aa74e2b9bd78", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling juspay_jsonlogic v0.5.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/data.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn from_json(data: &Value) -> Data { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 9 | pub fn from_json(data: &Value) -> Data<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/expression.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn from_json(json: &Value) -> Result { [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] 18 | pub fn from_json(json: &Value) -> Result, String> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s [INFO] running `Command { std: "docker" "inspect" "e7babcdf80d32effc8860537d3721e2ceb6270ffcb89eeb32de4aa74e2b9bd78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7babcdf80d32effc8860537d3721e2ceb6270ffcb89eeb32de4aa74e2b9bd78", kill_on_drop: false }` [INFO] [stdout] e7babcdf80d32effc8860537d3721e2ceb6270ffcb89eeb32de4aa74e2b9bd78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 35dc7dbfda46c9f0df3994f8a973fd7fec44a297dbc96a09fc193ca9d9015b6c [INFO] running `Command { std: "docker" "start" "-a" "35dc7dbfda46c9f0df3994f8a973fd7fec44a297dbc96a09fc193ca9d9015b6c", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/data.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn from_json(data: &Value) -> Data { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 9 | pub fn from_json(data: &Value) -> Data<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling juspay_jsonlogic v0.5.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/expression.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn from_json(json: &Value) -> Result { [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] 18 | pub fn from_json(json: &Value) -> Result, String> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `jsonlogic` [INFO] [stdout] --> tests/values.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonlogic::apply; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `jsonlogic`, use `cargo add jsonlogic` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `juspay_jsonlogic` (test "misc") due to 1 previous error [INFO] [stdout] error[E0432]: unresolved import `jsonlogic` [INFO] [stdout] --> tests/misc.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonlogic::apply; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `jsonlogic`, use `cargo add jsonlogic` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] --> tests/validation.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | use jsonlogic::validation::{validate, RequireAndWrapper, ValidationConfig}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `jsonlogic`, use `cargo add jsonlogic` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `jsonlogic` [INFO] [stdout] --> tests/string.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonlogic::apply; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `jsonlogic`, use `cargo add jsonlogic` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `jsonlogic` [INFO] [stdout] --> tests/data_access.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonlogic::apply; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `jsonlogic`, use `cargo add jsonlogic` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `juspay_jsonlogic` (test "values") due to 1 previous error [INFO] [stdout] error[E0463]: can't find crate for `jsonlogic` [INFO] [stdout] --> examples/fizzbuzz.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate jsonlogic; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `jsonlogic` [INFO] [stdout] --> tests/jp_version.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonlogic::apply; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `jsonlogic`, use `cargo add jsonlogic` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `jsonlogic` [INFO] [stdout] --> tests/numeric.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonlogic::apply; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `jsonlogic`, use `cargo add jsonlogic` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `juspay_jsonlogic` (example "fizzbuzz") due to 1 previous error [INFO] [stderr] error: could not compile `juspay_jsonlogic` (test "validation") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `jsonlogic` [INFO] [stdout] --> tests/logic_and_boolean.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonlogic::apply; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `jsonlogic`, use `cargo add jsonlogic` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `juspay_jsonlogic` (test "string") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `juspay_jsonlogic` (test "jp_version") due to 1 previous error [INFO] [stderr] error: could not compile `juspay_jsonlogic` (test "data_access") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `juspay_jsonlogic` (test "numeric") due to 1 previous error [INFO] [stdout] error[E0432]: unresolved import `jsonlogic` [INFO] [stdout] --> tests/array.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonlogic::apply; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `jsonlogic`, use `cargo add jsonlogic` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `juspay_jsonlogic` (test "logic_and_boolean") due to 1 previous error [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] --> tests/partial.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonlogic::{ [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `jsonlogic`, use `cargo add jsonlogic` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `jsonlogic` [INFO] [stdout] --> tests/partial.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use jsonlogic::{ [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `jsonlogic` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `jsonlogic`, use `cargo add jsonlogic` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `juspay_jsonlogic` (test "partial") due to 2 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `juspay_jsonlogic` (test "array") due to 1 previous error [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/data.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn from_json(data: &Value) -> Data { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 9 | pub fn from_json(data: &Value) -> Data<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/expression.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn from_json(json: &Value) -> Result { [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] 18 | pub fn from_json(json: &Value) -> Result, String> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "35dc7dbfda46c9f0df3994f8a973fd7fec44a297dbc96a09fc193ca9d9015b6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35dc7dbfda46c9f0df3994f8a973fd7fec44a297dbc96a09fc193ca9d9015b6c", kill_on_drop: false }` [INFO] [stdout] 35dc7dbfda46c9f0df3994f8a973fd7fec44a297dbc96a09fc193ca9d9015b6c