[INFO] fetching crate juspay_jsonlogic 0.5.5... [INFO] checking juspay_jsonlogic-0.5.5 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate juspay_jsonlogic 0.5.5 into /workspace/builds/worker-2-tc1/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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate juspay_jsonlogic 0.5.5 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b271908beb4d08095982557e38e983e28d173e6b068e6fb74ce8a410d760ba8 [INFO] running `Command { std: "docker" "start" "-a" "1b271908beb4d08095982557e38e983e28d173e6b068e6fb74ce8a410d760ba8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b271908beb4d08095982557e38e983e28d173e6b068e6fb74ce8a410d760ba8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b271908beb4d08095982557e38e983e28d173e6b068e6fb74ce8a410d760ba8", kill_on_drop: false }` [INFO] [stdout] 1b271908beb4d08095982557e38e983e28d173e6b068e6fb74ce8a410d760ba8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba83c3b56487439589999c4a70fa45bd85031d85a647c2084e6664a43461597d [INFO] running `Command { std: "docker" "start" "-a" "ba83c3b56487439589999c4a70fa45bd85031d85a647c2084e6664a43461597d", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Checking 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] [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/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] [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/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] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [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] 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] error: could not compile `juspay_jsonlogic` (test "string") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] [stdout] For more information about this error, try `rustc --explain E0432`. [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/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 E0433`. [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] [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[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] [stderr] error: could not compile `juspay_jsonlogic` (test "values") 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] [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 E0463`. [INFO] [stdout] [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] [stderr] error: could not compile `juspay_jsonlogic` (test "array") due to 1 previous error [INFO] [stderr] error: could not compile `juspay_jsonlogic` (example "fizzbuzz") 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[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] [stderr] error: could not compile `juspay_jsonlogic` (test "logic_and_boolean") due to 1 previous error [INFO] [stderr] error: could not compile `juspay_jsonlogic` (test "partial") due to 2 previous errors [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] [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" "ba83c3b56487439589999c4a70fa45bd85031d85a647c2084e6664a43461597d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba83c3b56487439589999c4a70fa45bd85031d85a647c2084e6664a43461597d", kill_on_drop: false }` [INFO] [stdout] ba83c3b56487439589999c4a70fa45bd85031d85a647c2084e6664a43461597d