[INFO] crate rsql-rs 0.2.0 is already in cache [INFO] checking rsql-rs-0.2.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate rsql-rs 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate rsql-rs 0.2.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rsql-rs 0.2.0 [INFO] finished tweaking crates.io crate rsql-rs 0.2.0 [INFO] tweaked toml for crates.io crate rsql-rs 0.2.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 99f77ff0549e0b2fc2eb81cf6cd10c2707b7b9c9d185b41d016ec15a4f21c220 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "99f77ff0549e0b2fc2eb81cf6cd10c2707b7b9c9d185b41d016ec15a4f21c220"` [INFO] [stderr] Compiling frunk_core v0.3.1 [INFO] [stderr] Compiling pest v2.0.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling thiserror-impl v1.0.10 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling strum_macros v0.16.0 [INFO] [stderr] Compiling pest_meta v2.0.3 [INFO] [stderr] Checking thiserror v1.0.10 [INFO] [stderr] Compiling pest_generator v2.0.0 [INFO] [stderr] Compiling pest_derive v2.0.1 [INFO] [stderr] Compiling frunk_proc_macro_helpers v0.0.4 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Compiling frunk_proc_macros_impl v0.0.4 [INFO] [stderr] Compiling frunk_derives v0.3.1 [INFO] [stderr] Checking frunk_proc_macros v0.0.4 [INFO] [stderr] Checking frunk v0.3.1 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking rsql-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | #[error("Invalid Comparison found: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | #[error("Invalid Query found: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | #[error("Invalid Constraint arguments: expect: {0}, found: {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/error.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | #[error("Invalid Constraint arguments: expect: {0}, found: {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | #[error("Unhandled Error: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> src/parser/fiql.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Parser)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> src/parser/rsql.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Parser)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::ParserResult` [INFO] [stderr] --> src/parser/fiql.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use crate::ParserResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::ParserResult` [INFO] [stderr] --> src/parser/rsql.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::ParserResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | #[error("Invalid Comparison found: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | #[error("Invalid Query found: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | #[error("Invalid Constraint arguments: expect: {0}, found: {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/error.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | #[error("Invalid Constraint arguments: expect: {0}, found: {1}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | #[error("Unhandled Error: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> src/parser/fiql.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | #[derive(Parser)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> src/parser/rsql.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | #[derive(Parser)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::ParserResult` [INFO] [stderr] --> src/parser/fiql.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use crate::ParserResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::ParserResult` [INFO] [stderr] --> src/parser/rsql.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::ParserResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rsql-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rsql-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "99f77ff0549e0b2fc2eb81cf6cd10c2707b7b9c9d185b41d016ec15a4f21c220"` [INFO] running `"docker" "rm" "-f" "99f77ff0549e0b2fc2eb81cf6cd10c2707b7b9c9d185b41d016ec15a4f21c220"` [INFO] [stdout] 99f77ff0549e0b2fc2eb81cf6cd10c2707b7b9c9d185b41d016ec15a4f21c220