[INFO] updating cached repository https://github.com/paavohuhtala/toysql [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 61678c0b72c8ec02948a4b2ac3c3233f605f5857 [INFO] checking paavohuhtala/toysql against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaavohuhtala%2Ftoysql" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/paavohuhtala/toysql on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/paavohuhtala/toysql [INFO] finished tweaking git repo https://github.com/paavohuhtala/toysql [INFO] tweaked toml for git repo https://github.com/paavohuhtala/toysql written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/paavohuhtala/toysql already has a lockfile, it will not be regenerated [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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 25c1fad376dbdd7c03cfa1b791d6181dd4848fa466428234d0da71e8cdd712c6 [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" "25c1fad376dbdd7c03cfa1b791d6181dd4848fa466428234d0da71e8cdd712c6"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking toysql v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> src/query_language/mod.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Parser)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: possible candidate is found in another module, you can import it into scope: [INFO] [stderr] pest::state [INFO] [stderr] [INFO] [stderr] warning: unused import: `ColumnSchema` [INFO] [stderr] --> src/check_schema.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::schema::{ColumnSchema, TableSchema}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `ValueType` [INFO] [stderr] --> src/page.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::common::{Value, ValueType}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ColumnSchema` [INFO] [stderr] --> src/page.rs:6:39 [INFO] [stderr] | [INFO] [stderr] 6 | use crate::schema::{BTreeIndexSchema, ColumnSchema, TableSchema}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/page.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | (self.data.len() / self.stride()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Value` [INFO] [stderr] --> src/schema.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::common::{Value, ValueType}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> src/query_language/mod.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Parser)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: possible candidate is found in another module, you can import it into scope: [INFO] [stderr] pest::state [INFO] [stderr] [INFO] [stderr] warning: unused import: `ColumnSchema` [INFO] [stderr] --> src/check_schema.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::schema::{ColumnSchema, TableSchema}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/page.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | (self.data.len() / self.stride()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Value` [INFO] [stderr] --> src/schema.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::common::{Value, ValueType}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `toysql`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `toysql`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "25c1fad376dbdd7c03cfa1b791d6181dd4848fa466428234d0da71e8cdd712c6"` [INFO] running `"docker" "rm" "-f" "25c1fad376dbdd7c03cfa1b791d6181dd4848fa466428234d0da71e8cdd712c6"` [INFO] [stdout] 25c1fad376dbdd7c03cfa1b791d6181dd4848fa466428234d0da71e8cdd712c6