Dec 19 21:04:48.605 INFO checking acmumn/tet against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 21:04:48.605 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-6/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/acmumn/tet:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 21:04:48.838 INFO [stdout] 8b1f971952ba10f541fc6bf202636fc8cc8f63eda25c848f2fdc74563264e389 Dec 19 21:04:48.841 INFO running `"docker" "start" "-a" "8b1f971952ba10f541fc6bf202636fc8cc8f63eda25c848f2fdc74563264e389"` Dec 19 21:04:49.876 INFO [stderr] Checking nom v2.2.1 Dec 19 21:04:49.880 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Dec 19 21:04:49.888 INFO [stderr] Checking chrono v0.4.4 Dec 19 21:04:49.888 INFO [stderr] Checking hyper v0.10.13 Dec 19 21:04:49.888 INFO [stderr] Compiling mime_guess v1.8.6 Dec 19 21:04:49.888 INFO [stderr] Checking serde-hjson v0.8.1 Dec 19 21:04:53.596 INFO [stderr] Checking config v0.9.0 Dec 19 21:04:54.914 INFO [stderr] Checking diesel v1.3.2 Dec 19 21:04:55.416 INFO [stderr] Checking schedule v0.1.0 Dec 19 21:05:02.049 INFO [stderr] Checking evzht9h3nznqzwl v0.0.3 Dec 19 21:05:02.061 INFO [stderr] Checking hyper-native-tls v0.2.4 Dec 19 21:05:02.063 INFO [stderr] Checking multipart v0.13.6 Dec 19 21:05:06.421 INFO [stderr] Checking serenity v0.5.5 Dec 19 21:05:39.660 INFO [stderr] Checking tet v0.1.0 (/opt/crater/workdir) Dec 19 21:05:43.116 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 19 21:05:43.116 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Dec 19 21:05:43.116 INFO [stderr] | Dec 19 21:05:43.116 INFO [stderr] 1 | use diesel::prelude::*; Dec 19 21:05:43.116 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 19 21:05:43.116 INFO [stderr] | Dec 19 21:05:43.116 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 19 21:05:43.116 INFO [stderr] Dec 19 21:05:43.116 INFO [stderr] warning: unused imports: `Error`, `err_msg` Dec 19 21:05:43.116 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Dec 19 21:05:43.116 INFO [stderr] | Dec 19 21:05:43.116 INFO [stderr] 2 | use failure::{Error,err_msg}; Dec 19 21:05:43.116 INFO [stderr] | ^^^^^ ^^^^^^^ Dec 19 21:05:43.116 INFO [stderr] Dec 19 21:05:43.116 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Dec 19 21:05:43.116 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Dec 19 21:05:43.116 INFO [stderr] | Dec 19 21:05:43.116 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Dec 19 21:05:43.116 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Dec 19 21:05:43.116 INFO [stderr] Dec 19 21:05:43.116 INFO [stderr] warning: cannot find type `User` in this scope Dec 19 21:05:43.116 INFO [stderr] --> src/backend/models.rs:4:24 Dec 19 21:05:43.116 INFO [stderr] | Dec 19 21:05:43.116 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.116 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.116 INFO [stderr] | Dec 19 21:05:43.116 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 19 21:05:43.116 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.116 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.116 INFO [stderr] Dec 19 21:05:43.116 INFO [stderr] warning: cannot find type `Task` in this scope Dec 19 21:05:43.116 INFO [stderr] --> src/backend/models.rs:4:24 Dec 19 21:05:43.116 INFO [stderr] | Dec 19 21:05:43.116 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.116 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.116 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.117 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.117 INFO [stderr] Dec 19 21:05:43.117 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 19 21:05:43.117 INFO [stderr] --> src/backend/models.rs:4:24 Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.117 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.117 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.117 INFO [stderr] Dec 19 21:05:43.117 INFO [stderr] warning: cannot find type `Task` in this scope Dec 19 21:05:43.117 INFO [stderr] --> src/backend/models.rs:4:38 Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.117 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.117 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.117 INFO [stderr] Dec 19 21:05:43.117 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 19 21:05:43.117 INFO [stderr] --> src/backend/models.rs:4:38 Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.117 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.117 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.117 INFO [stderr] Dec 19 21:05:43.117 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Dec 19 21:05:43.117 INFO [stderr] --> src/backend/models.rs:4:52 Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.117 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.117 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.117 INFO [stderr] Dec 19 21:05:43.117 INFO [stderr] warning: cannot find type `Task` in this scope Dec 19 21:05:43.117 INFO [stderr] --> src/backend/models.rs:4:52 Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.117 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.117 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.117 INFO [stderr] Dec 19 21:05:43.117 INFO [stderr] warning: cannot find type `User` in this scope Dec 19 21:05:43.117 INFO [stderr] --> src/backend/models.rs:17:24 Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 19 21:05:43.117 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.117 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.117 INFO [stderr] Dec 19 21:05:43.117 INFO [stderr] warning: cannot find type `users` in this scope Dec 19 21:05:43.117 INFO [stderr] --> src/backend/models.rs:17:24 Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 19 21:05:43.117 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.117 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.117 INFO [stderr] Dec 19 21:05:43.117 INFO [stderr] warning: cannot find type `User` in this scope Dec 19 21:05:43.117 INFO [stderr] --> src/backend/models.rs:17:38 Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 19 21:05:43.117 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.117 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.117 INFO [stderr] Dec 19 21:05:43.117 INFO [stderr] warning: cannot find type `User` in this scope Dec 19 21:05:43.117 INFO [stderr] --> src/backend/models.rs:25:24 Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.117 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.117 INFO [stderr] | Dec 19 21:05:43.117 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.117 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.117 INFO [stderr] Dec 19 21:05:43.118 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 19 21:05:43.118 INFO [stderr] --> src/backend/models.rs:25:24 Dec 19 21:05:43.118 INFO [stderr] | Dec 19 21:05:43.118 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.118 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.118 INFO [stderr] | Dec 19 21:05:43.118 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.118 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.118 INFO [stderr] Dec 19 21:05:43.118 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 19 21:05:43.118 INFO [stderr] --> src/backend/models.rs:25:24 Dec 19 21:05:43.118 INFO [stderr] | Dec 19 21:05:43.118 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.118 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.118 INFO [stderr] | Dec 19 21:05:43.118 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.118 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.118 INFO [stderr] Dec 19 21:05:43.118 INFO [stderr] warning: cannot find type `Task` in this scope Dec 19 21:05:43.118 INFO [stderr] --> src/backend/models.rs:25:24 Dec 19 21:05:43.118 INFO [stderr] | Dec 19 21:05:43.118 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.118 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.118 INFO [stderr] | Dec 19 21:05:43.118 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.118 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.118 INFO [stderr] Dec 19 21:05:43.118 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 19 21:05:43.118 INFO [stderr] --> src/backend/models.rs:25:38 Dec 19 21:05:43.118 INFO [stderr] | Dec 19 21:05:43.118 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.118 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.118 INFO [stderr] | Dec 19 21:05:43.118 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.118 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.118 INFO [stderr] Dec 19 21:05:43.119 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 19 21:05:43.119 INFO [stderr] --> src/backend/models.rs:25:38 Dec 19 21:05:43.119 INFO [stderr] | Dec 19 21:05:43.119 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.119 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.119 INFO [stderr] | Dec 19 21:05:43.119 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.119 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.119 INFO [stderr] Dec 19 21:05:43.119 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 19 21:05:43.119 INFO [stderr] --> src/backend/models.rs:25:52 Dec 19 21:05:43.119 INFO [stderr] | Dec 19 21:05:43.119 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.119 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.119 INFO [stderr] | Dec 19 21:05:43.119 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.119 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.119 INFO [stderr] Dec 19 21:05:43.119 INFO [stderr] warning: cannot find type `User` in this scope Dec 19 21:05:43.119 INFO [stderr] --> src/backend/models.rs:35:24 Dec 19 21:05:43.119 INFO [stderr] | Dec 19 21:05:43.119 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.119 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.119 INFO [stderr] | Dec 19 21:05:43.119 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.119 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.119 INFO [stderr] Dec 19 21:05:43.119 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 19 21:05:43.119 INFO [stderr] --> src/backend/models.rs:35:24 Dec 19 21:05:43.120 INFO [stderr] | Dec 19 21:05:43.120 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.120 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.120 INFO [stderr] | Dec 19 21:05:43.120 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.120 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.120 INFO [stderr] Dec 19 21:05:43.120 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 19 21:05:43.120 INFO [stderr] --> src/backend/models.rs:35:24 Dec 19 21:05:43.120 INFO [stderr] | Dec 19 21:05:43.120 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.120 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.120 INFO [stderr] | Dec 19 21:05:43.120 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.120 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.120 INFO [stderr] Dec 19 21:05:43.120 INFO [stderr] warning: cannot find type `Task` in this scope Dec 19 21:05:43.120 INFO [stderr] --> src/backend/models.rs:35:24 Dec 19 21:05:43.120 INFO [stderr] | Dec 19 21:05:43.120 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.120 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.120 INFO [stderr] | Dec 19 21:05:43.120 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.120 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.120 INFO [stderr] Dec 19 21:05:43.120 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 19 21:05:43.120 INFO [stderr] --> src/backend/models.rs:35:38 Dec 19 21:05:43.120 INFO [stderr] | Dec 19 21:05:43.120 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.120 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.120 INFO [stderr] | Dec 19 21:05:43.120 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.120 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.120 INFO [stderr] Dec 19 21:05:43.120 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 19 21:05:43.120 INFO [stderr] --> src/backend/models.rs:35:38 Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.124 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.124 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.124 INFO [stderr] Dec 19 21:05:43.124 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 19 21:05:43.124 INFO [stderr] --> src/backend/models.rs:35:52 Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.124 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.124 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.124 INFO [stderr] Dec 19 21:05:43.124 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 21:05:43.124 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 21:05:43.124 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.124 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.124 INFO [stderr] Dec 19 21:05:43.124 INFO [stderr] warning: cannot find type `id` in this scope Dec 19 21:05:43.124 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.124 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.124 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.124 INFO [stderr] Dec 19 21:05:43.124 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 19 21:05:43.124 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.124 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.124 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.124 INFO [stderr] Dec 19 21:05:43.124 INFO [stderr] warning: cannot find type `task_id` in this scope Dec 19 21:05:43.124 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.124 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.124 INFO [stderr] | Dec 19 21:05:43.124 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.124 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.124 INFO [stderr] Dec 19 21:05:43.124 INFO [stderr] warning: cannot find type `creator` in this scope Dec 19 21:05:43.125 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.125 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.125 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.125 INFO [stderr] Dec 19 21:05:43.125 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Dec 19 21:05:43.125 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.125 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.125 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.125 INFO [stderr] Dec 19 21:05:43.125 INFO [stderr] warning: cannot find type `create_date` in this scope Dec 19 21:05:43.125 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.125 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.125 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.125 INFO [stderr] Dec 19 21:05:43.125 INFO [stderr] warning: cannot find type `due_date` in this scope Dec 19 21:05:43.125 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.125 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.125 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.125 INFO [stderr] Dec 19 21:05:43.125 INFO [stderr] warning: cannot find type `name` in this scope Dec 19 21:05:43.125 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.125 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.125 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.125 INFO [stderr] Dec 19 21:05:43.125 INFO [stderr] warning: cannot find type `discord_id` in this scope Dec 19 21:05:43.125 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.125 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.125 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.125 INFO [stderr] Dec 19 21:05:43.125 INFO [stderr] warning: cannot find type `nickname` in this scope Dec 19 21:05:43.125 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.125 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.125 INFO [stderr] | Dec 19 21:05:43.125 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.125 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.125 INFO [stderr] Dec 19 21:05:43.227 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 19 21:05:43.227 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Dec 19 21:05:43.227 INFO [stderr] | Dec 19 21:05:43.227 INFO [stderr] 1 | use diesel::prelude::*; Dec 19 21:05:43.227 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 19 21:05:43.227 INFO [stderr] | Dec 19 21:05:43.227 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 19 21:05:43.227 INFO [stderr] Dec 19 21:05:43.227 INFO [stderr] warning: unused imports: `Error`, `err_msg` Dec 19 21:05:43.227 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Dec 19 21:05:43.227 INFO [stderr] | Dec 19 21:05:43.227 INFO [stderr] 2 | use failure::{Error,err_msg}; Dec 19 21:05:43.227 INFO [stderr] | ^^^^^ ^^^^^^^ Dec 19 21:05:43.227 INFO [stderr] Dec 19 21:05:43.227 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Dec 19 21:05:43.227 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Dec 19 21:05:43.227 INFO [stderr] | Dec 19 21:05:43.227 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Dec 19 21:05:43.227 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Dec 19 21:05:43.227 INFO [stderr] Dec 19 21:05:43.227 INFO [stderr] warning: cannot find type `User` in this scope Dec 19 21:05:43.227 INFO [stderr] --> src/backend/models.rs:4:24 Dec 19 21:05:43.227 INFO [stderr] | Dec 19 21:05:43.227 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.227 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.227 INFO [stderr] | Dec 19 21:05:43.227 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 19 21:05:43.227 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.227 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.227 INFO [stderr] Dec 19 21:05:43.227 INFO [stderr] warning: cannot find type `Task` in this scope Dec 19 21:05:43.228 INFO [stderr] --> src/backend/models.rs:4:24 Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.228 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.228 INFO [stderr] Dec 19 21:05:43.228 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 19 21:05:43.228 INFO [stderr] --> src/backend/models.rs:4:24 Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.228 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.228 INFO [stderr] Dec 19 21:05:43.228 INFO [stderr] warning: cannot find type `Task` in this scope Dec 19 21:05:43.228 INFO [stderr] --> src/backend/models.rs:4:38 Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.228 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.228 INFO [stderr] Dec 19 21:05:43.228 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 19 21:05:43.228 INFO [stderr] --> src/backend/models.rs:4:38 Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.228 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.228 INFO [stderr] Dec 19 21:05:43.228 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Dec 19 21:05:43.228 INFO [stderr] --> src/backend/models.rs:4:52 Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.228 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.228 INFO [stderr] Dec 19 21:05:43.228 INFO [stderr] warning: cannot find type `Task` in this scope Dec 19 21:05:43.228 INFO [stderr] --> src/backend/models.rs:4:52 Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.228 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.228 INFO [stderr] Dec 19 21:05:43.228 INFO [stderr] warning: cannot find type `User` in this scope Dec 19 21:05:43.228 INFO [stderr] --> src/backend/models.rs:17:24 Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 19 21:05:43.228 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.228 INFO [stderr] Dec 19 21:05:43.228 INFO [stderr] warning: cannot find type `users` in this scope Dec 19 21:05:43.228 INFO [stderr] --> src/backend/models.rs:17:24 Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 19 21:05:43.228 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.228 INFO [stderr] Dec 19 21:05:43.228 INFO [stderr] warning: cannot find type `User` in this scope Dec 19 21:05:43.228 INFO [stderr] --> src/backend/models.rs:17:38 Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 19 21:05:43.228 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.228 INFO [stderr] | Dec 19 21:05:43.228 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.228 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.228 INFO [stderr] Dec 19 21:05:43.228 INFO [stderr] warning: cannot find type `User` in this scope Dec 19 21:05:43.229 INFO [stderr] --> src/backend/models.rs:25:24 Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.229 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.229 INFO [stderr] Dec 19 21:05:43.229 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 19 21:05:43.229 INFO [stderr] --> src/backend/models.rs:25:24 Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.229 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.229 INFO [stderr] Dec 19 21:05:43.229 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 19 21:05:43.229 INFO [stderr] --> src/backend/models.rs:25:24 Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.229 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.229 INFO [stderr] Dec 19 21:05:43.229 INFO [stderr] warning: cannot find type `Task` in this scope Dec 19 21:05:43.229 INFO [stderr] --> src/backend/models.rs:25:24 Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.229 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.229 INFO [stderr] Dec 19 21:05:43.229 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 19 21:05:43.229 INFO [stderr] --> src/backend/models.rs:25:38 Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.229 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.229 INFO [stderr] Dec 19 21:05:43.229 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 19 21:05:43.229 INFO [stderr] --> src/backend/models.rs:25:38 Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.229 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.229 INFO [stderr] Dec 19 21:05:43.229 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 19 21:05:43.229 INFO [stderr] --> src/backend/models.rs:25:52 Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.229 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.229 INFO [stderr] Dec 19 21:05:43.229 INFO [stderr] warning: cannot find type `User` in this scope Dec 19 21:05:43.229 INFO [stderr] --> src/backend/models.rs:35:24 Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.229 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.229 INFO [stderr] Dec 19 21:05:43.229 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 19 21:05:43.229 INFO [stderr] --> src/backend/models.rs:35:24 Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.229 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.229 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.229 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.229 INFO [stderr] Dec 19 21:05:43.229 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 19 21:05:43.229 INFO [stderr] --> src/backend/models.rs:35:24 Dec 19 21:05:43.229 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.230 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.230 INFO [stderr] Dec 19 21:05:43.230 INFO [stderr] warning: cannot find type `Task` in this scope Dec 19 21:05:43.230 INFO [stderr] --> src/backend/models.rs:35:24 Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.230 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.230 INFO [stderr] Dec 19 21:05:43.230 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 19 21:05:43.230 INFO [stderr] --> src/backend/models.rs:35:38 Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.230 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.230 INFO [stderr] Dec 19 21:05:43.230 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 19 21:05:43.230 INFO [stderr] --> src/backend/models.rs:35:38 Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.230 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.230 INFO [stderr] Dec 19 21:05:43.230 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 19 21:05:43.230 INFO [stderr] --> src/backend/models.rs:35:52 Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 19 21:05:43.230 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.230 INFO [stderr] Dec 19 21:05:43.230 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 21:05:43.230 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 21:05:43.230 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.230 INFO [stderr] Dec 19 21:05:43.230 INFO [stderr] warning: cannot find type `id` in this scope Dec 19 21:05:43.230 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.230 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.230 INFO [stderr] Dec 19 21:05:43.230 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 19 21:05:43.230 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.230 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.230 INFO [stderr] Dec 19 21:05:43.230 INFO [stderr] warning: cannot find type `task_id` in this scope Dec 19 21:05:43.230 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.230 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.230 INFO [stderr] Dec 19 21:05:43.230 INFO [stderr] warning: cannot find type `creator` in this scope Dec 19 21:05:43.230 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.230 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.230 INFO [stderr] | Dec 19 21:05:43.230 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.230 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.230 INFO [stderr] Dec 19 21:05:43.230 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Dec 19 21:05:43.231 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.231 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.231 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.231 INFO [stderr] Dec 19 21:05:43.231 INFO [stderr] warning: cannot find type `create_date` in this scope Dec 19 21:05:43.231 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.231 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.231 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.231 INFO [stderr] Dec 19 21:05:43.231 INFO [stderr] warning: cannot find type `due_date` in this scope Dec 19 21:05:43.231 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.231 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.231 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.231 INFO [stderr] Dec 19 21:05:43.231 INFO [stderr] warning: cannot find type `name` in this scope Dec 19 21:05:43.231 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.231 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.231 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.231 INFO [stderr] Dec 19 21:05:43.231 INFO [stderr] warning: cannot find type `discord_id` in this scope Dec 19 21:05:43.231 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.231 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.231 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.231 INFO [stderr] Dec 19 21:05:43.231 INFO [stderr] warning: cannot find type `nickname` in this scope Dec 19 21:05:43.231 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:05:43.231 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:05:43.231 INFO [stderr] | Dec 19 21:05:43.231 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 19 21:05:43.231 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:05:43.231 INFO [stderr] Dec 19 21:05:43.956 INFO [stderr] warning: field is never used: `db` Dec 19 21:05:43.956 INFO [stderr] --> src/controller.rs:11:5 Dec 19 21:05:43.956 INFO [stderr] | Dec 19 21:05:43.956 INFO [stderr] 11 | pub(crate) db: Mutex, Dec 19 21:05:43.956 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 21:05:43.956 INFO [stderr] | Dec 19 21:05:43.960 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 19 21:05:43.960 INFO [stderr] Dec 19 21:05:44.376 INFO [stderr] warning: field is never used: `db` Dec 19 21:05:44.376 INFO [stderr] --> src/controller.rs:11:5 Dec 19 21:05:44.376 INFO [stderr] | Dec 19 21:05:44.376 INFO [stderr] 11 | pub(crate) db: Mutex, Dec 19 21:05:44.376 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 21:05:44.376 INFO [stderr] | Dec 19 21:05:44.376 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 19 21:05:44.376 INFO [stderr] Dec 19 21:05:46.596 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.98s Dec 19 21:05:47.976 INFO running `"docker" "inspect" "8b1f971952ba10f541fc6bf202636fc8cc8f63eda25c848f2fdc74563264e389"` Dec 19 21:05:48.236 INFO running `"docker" "rm" "-f" "8b1f971952ba10f541fc6bf202636fc8cc8f63eda25c848f2fdc74563264e389"` Dec 19 21:05:48.597 INFO [stdout] 8b1f971952ba10f541fc6bf202636fc8cc8f63eda25c848f2fdc74563264e389