[INFO] crate quaint 0.1.7 is already in cache [INFO] checking quaint-0.1.7 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate quaint 0.1.7 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate quaint 0.1.7 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate quaint 0.1.7 [INFO] finished tweaking crates.io crate quaint 0.1.7 [INFO] tweaked toml for crates.io crate quaint 0.1.7 written to /workspace/builds/worker-5/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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 467fbf76410527372805d2854e41e941bbfd23c250f909a15c6e10722ace9cc2 [INFO] running `"docker" "start" "-a" "467fbf76410527372805d2854e41e941bbfd23c250f909a15c6e10722ace9cc2"` [INFO] [stderr] Compiling metrics v0.11.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking metrics-core v0.5.2 [INFO] [stderr] Compiling debug_stub_derive v0.3.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling thiserror-impl v1.0.10 [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Checking rust_decimal v1.2.0 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Compiling futures-macro v0.3.2 [INFO] [stderr] Checking thiserror v1.0.10 [INFO] [stderr] Checking futures-util v0.3.2 [INFO] [stderr] Checking futures-executor v0.3.2 [INFO] [stderr] Checking futures v0.3.2 [INFO] [stderr] Checking quaint v0.1.7 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:7:48 [INFO] [stderr] | [INFO] [stderr] 7 | #[error("Error querying the database: {}", _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:34:51 [INFO] [stderr] | [INFO] [stderr] 34 | #[error("Error reading the column value: {}", _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:37:68 [INFO] [stderr] | [INFO] [stderr] 37 | #[error("Error accessing result set, index out of bounds: {}", _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:40:65 [INFO] [stderr] | [INFO] [stderr] 40 | #[error("Error accessing result set, column not 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:43:72 [INFO] [stderr] | [INFO] [stderr] 43 | #[error("Error accessing result set, type mismatch, expected: {}", _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:46:57 [INFO] [stderr] | [INFO] [stderr] 46 | #[error("The specified database url {} is invalid", _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:49:38 [INFO] [stderr] | [INFO] [stderr] 49 | #[error("Conversion failed: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/ast/grouping.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | (column.into()) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/ast/grouping.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | (self.into()) [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/ast/grouping.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | (self.into()) [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:7:48 [INFO] [stderr] | [INFO] [stderr] 7 | #[error("Error querying the database: {}", _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:34:51 [INFO] [stderr] | [INFO] [stderr] 34 | #[error("Error reading the column value: {}", _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:37:68 [INFO] [stderr] | [INFO] [stderr] 37 | #[error("Error accessing result set, index out of bounds: {}", _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:40:65 [INFO] [stderr] | [INFO] [stderr] 40 | #[error("Error accessing result set, column not 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:43:72 [INFO] [stderr] | [INFO] [stderr] 43 | #[error("Error accessing result set, type mismatch, expected: {}", _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:46:57 [INFO] [stderr] | [INFO] [stderr] 46 | #[error("The specified database url {} is invalid", _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:49:38 [INFO] [stderr] | [INFO] [stderr] 49 | #[error("Conversion failed: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/ast/grouping.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | (column.into()) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/ast/grouping.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | (self.into()) [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/ast/grouping.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | (self.into()) [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [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 `quaint`. [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 `quaint`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "467fbf76410527372805d2854e41e941bbfd23c250f909a15c6e10722ace9cc2"` [INFO] running `"docker" "rm" "-f" "467fbf76410527372805d2854e41e941bbfd23c250f909a15c6e10722ace9cc2"` [INFO] [stdout] 467fbf76410527372805d2854e41e941bbfd23c250f909a15c6e10722ace9cc2