[INFO] cloning repository https://github.com/toiletspider/rust_poc [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/toiletspider/rust_poc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoiletspider%2Frust_poc"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoiletspider%2Frust_poc'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0147bb11561abe13b7287e1f122a2c145fc19800 [INFO] checking toiletspider/rust_poc against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoiletspider%2Frust_poc" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/toiletspider/rust_poc on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/toiletspider/rust_poc [INFO] finished tweaking git repo https://github.com/toiletspider/rust_poc [INFO] tweaked toml for git repo https://github.com/toiletspider/rust_poc written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/toiletspider/rust_poc already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=allow" "-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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9bf04c25aec827fc1b445090f6cd54b862c6a6a622b947cbc1f35f80030db3d1 [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" "9bf04c25aec827fc1b445090f6cd54b862c6a6a622b947cbc1f35f80030db3d1"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking socket2 v0.3.11 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking sha2 v0.7.1 [INFO] [stderr] Checking hmac v0.5.0 [INFO] [stderr] Compiling parse-zoneinfo v0.1.1 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking scheduled-thread-pool v0.2.2 [INFO] [stderr] Checking postgres-protocol v0.3.2 [INFO] [stderr] Checking r2d2 v0.8.5 [INFO] [stderr] Compiling chrono-tz v0.4.1 [INFO] [stderr] Checking postgres-shared v0.4.2 [INFO] [stderr] Checking bigdecimal v0.0.14 [INFO] [stderr] Checking postgres v0.15.2 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] Checking api v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `domain::Artist` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use domain::Artist; [INFO] [stderr] | ^^^^^^^^------ [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `artist` [INFO] [stderr] | no `Artist` in `domain` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `domain::Artist` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use domain::Artist; [INFO] [stderr] | ^^^^^^^^------ [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `artist` [INFO] [stderr] | no `Artist` in `domain` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/domain/user.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | pub id: Uuid, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::pg::types::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use uuid::Uuid; [INFO] [stderr] | [INFO] [stderr] and 1 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:11:31 [INFO] [stderr] | [INFO] [stderr] 11 | pub password_modified_at: NaiveDateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:12:21 [INFO] [stderr] | [INFO] [stderr] 12 | pub created_at: NaiveDateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:13:27 [INFO] [stderr] | [INFO] [stderr] 13 | pub last_used: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Roles` in this scope [INFO] [stderr] --> src/domain/user.rs:15:19 [INFO] [stderr] | [INFO] [stderr] 15 | pub role: Vec, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/domain/user.rs:16:38 [INFO] [stderr] | [INFO] [stderr] 16 | pub password_reset_token: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::pg::types::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use uuid::Uuid; [INFO] [stderr] | [INFO] [stderr] and 1 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:17:45 [INFO] [stderr] | [INFO] [stderr] 17 | pub password_reset_requested_at: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:18:21 [INFO] [stderr] | [INFO] [stderr] 18 | pub updated_at: NaiveDateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/domain/user.rs:19:30 [INFO] [stderr] | [INFO] [stderr] 19 | pub last_cart_id: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::pg::types::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use uuid::Uuid; [INFO] [stderr] | [INFO] [stderr] and 1 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:20:37 [INFO] [stderr] | [INFO] [stderr] 20 | pub accepted_terms_date: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:21:28 [INFO] [stderr] | [INFO] [stderr] 21 | pub invited_at: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/domain/user.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | pub id: Uuid, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::pg::types::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use uuid::Uuid; [INFO] [stderr] | [INFO] [stderr] and 1 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:11:31 [INFO] [stderr] | [INFO] [stderr] 11 | pub password_modified_at: NaiveDateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:12:21 [INFO] [stderr] | [INFO] [stderr] 12 | pub created_at: NaiveDateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:13:27 [INFO] [stderr] | [INFO] [stderr] 13 | pub last_used: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Roles` in this scope [INFO] [stderr] --> src/domain/user.rs:15:19 [INFO] [stderr] | [INFO] [stderr] 15 | pub role: Vec, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/domain/user.rs:16:38 [INFO] [stderr] | [INFO] [stderr] 16 | pub password_reset_token: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::pg::types::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use uuid::Uuid; [INFO] [stderr] | [INFO] [stderr] and 1 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:17:45 [INFO] [stderr] | [INFO] [stderr] 17 | pub password_reset_requested_at: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:18:21 [INFO] [stderr] | [INFO] [stderr] 18 | pub updated_at: NaiveDateTime, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/domain/user.rs:19:30 [INFO] [stderr] | [INFO] [stderr] 19 | pub last_cart_id: Option, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::pg::types::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::sql_types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use diesel::types::Uuid; [INFO] [stderr] | [INFO] [stderr] 1 | use uuid::Uuid; [INFO] [stderr] | [INFO] [stderr] and 1 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:20:37 [INFO] [stderr] | [INFO] [stderr] 20 | pub accepted_terms_date: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/domain/user.rs:21:28 [INFO] [stderr] | [INFO] [stderr] 21 | pub invited_at: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::naive::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] 1 | use chrono::prelude::NaiveDateTime; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `api`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `api`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9bf04c25aec827fc1b445090f6cd54b862c6a6a622b947cbc1f35f80030db3d1"` [INFO] running `"docker" "rm" "-f" "9bf04c25aec827fc1b445090f6cd54b862c6a6a622b947cbc1f35f80030db3d1"` [INFO] [stdout] 9bf04c25aec827fc1b445090f6cd54b862c6a6a622b947cbc1f35f80030db3d1