Dec 18 04:36:27.605 INFO checking acmumn/tet against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 04:36:27.605 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-2/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 04:36:27.908 INFO [stdout] e6990cf12b037b1c2310b6fbca7ed24cf2b06db18eb723afc49fd4fbb78818e1 Dec 18 04:36:27.912 INFO running `"docker" "start" "-a" "e6990cf12b037b1c2310b6fbca7ed24cf2b06db18eb723afc49fd4fbb78818e1"` Dec 18 04:36:29.053 INFO [stderr] Compiling openssl-sys v0.9.33 Dec 18 04:36:29.059 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Dec 18 04:36:29.062 INFO [stderr] Checking uuid v0.5.1 Dec 18 04:36:29.063 INFO [stderr] Checking chrono v0.4.4 Dec 18 04:36:29.063 INFO [stderr] Checking hyper v0.10.13 Dec 18 04:36:29.063 INFO [stderr] Compiling diesel_derives v1.3.0 Dec 18 04:36:29.063 INFO [stderr] Checking num v0.1.42 Dec 18 04:36:29.063 INFO [stderr] Checking config v0.9.0 Dec 18 04:36:29.560 INFO [stderr] Checking chrono v0.2.25 Dec 18 04:36:36.713 INFO [stderr] Compiling openssl v0.9.24 Dec 18 04:36:37.446 INFO [stderr] Checking schedule v0.1.0 Dec 18 04:36:43.733 INFO [stderr] Checking diesel v1.3.2 Dec 18 04:36:45.320 INFO [stderr] Checking multipart v0.13.6 Dec 18 04:36:47.720 INFO [stderr] Checking native-tls v0.1.5 Dec 18 04:36:48.294 INFO [stderr] Checking evzht9h3nznqzwl v0.0.3 Dec 18 04:36:48.296 INFO [stderr] Checking hyper-native-tls v0.2.4 Dec 18 04:36:50.283 INFO [stderr] Checking serenity v0.5.5 Dec 18 04:37:20.465 INFO [stderr] Checking tet v0.1.0 (/opt/crater/workdir) Dec 18 04:37:24.822 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 18 04:37:24.822 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Dec 18 04:37:24.823 INFO [stderr] | Dec 18 04:37:24.823 INFO [stderr] 1 | use diesel::prelude::*; Dec 18 04:37:24.823 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 04:37:24.824 INFO [stderr] | Dec 18 04:37:24.824 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 04:37:24.824 INFO [stderr] Dec 18 04:37:24.824 INFO [stderr] warning: unused imports: `Error`, `err_msg` Dec 18 04:37:24.825 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Dec 18 04:37:24.825 INFO [stderr] | Dec 18 04:37:24.825 INFO [stderr] 2 | use failure::{Error,err_msg}; Dec 18 04:37:24.825 INFO [stderr] | ^^^^^ ^^^^^^^ Dec 18 04:37:24.826 INFO [stderr] Dec 18 04:37:24.826 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Dec 18 04:37:24.826 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Dec 18 04:37:24.827 INFO [stderr] | Dec 18 04:37:24.827 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Dec 18 04:37:24.827 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Dec 18 04:37:24.827 INFO [stderr] Dec 18 04:37:24.828 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:24.828 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:24.828 INFO [stderr] | Dec 18 04:37:24.829 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.829 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.829 INFO [stderr] | Dec 18 04:37:24.829 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 18 04:37:24.830 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 18 04:37:24.830 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.830 INFO [stderr] Dec 18 04:37:24.830 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:24.831 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:24.831 INFO [stderr] | Dec 18 04:37:24.831 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.831 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.832 INFO [stderr] | Dec 18 04:37:24.832 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 18 04:37:24.832 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.832 INFO [stderr] Dec 18 04:37:24.833 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 18 04:37:24.833 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:24.833 INFO [stderr] | Dec 18 04:37:24.833 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.834 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.834 INFO [stderr] | Dec 18 04:37:24.834 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 18 04:37:24.834 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.835 INFO [stderr] Dec 18 04:37:24.835 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:24.835 INFO [stderr] --> src/backend/models.rs:4:38 Dec 18 04:37:24.835 INFO [stderr] | Dec 18 04:37:24.836 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.836 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.836 INFO [stderr] | Dec 18 04:37:24.837 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 18 04:37:24.837 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.837 INFO [stderr] Dec 18 04:37:24.837 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 18 04:37:24.838 INFO [stderr] --> src/backend/models.rs:4:38 Dec 18 04:37:24.838 INFO [stderr] | Dec 18 04:37:24.838 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.838 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.839 INFO [stderr] | Dec 18 04:37:24.839 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 18 04:37:24.839 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.839 INFO [stderr] Dec 18 04:37:24.840 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Dec 18 04:37:24.840 INFO [stderr] --> src/backend/models.rs:4:52 Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.842 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 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 18 04:37:24.842 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.842 INFO [stderr] Dec 18 04:37:24.842 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:24.842 INFO [stderr] --> src/backend/models.rs:4:52 Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.842 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 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 18 04:37:24.842 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.842 INFO [stderr] Dec 18 04:37:24.842 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:24.842 INFO [stderr] --> src/backend/models.rs:17:24 Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:24.842 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 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 18 04:37:24.842 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.842 INFO [stderr] Dec 18 04:37:24.842 INFO [stderr] warning: cannot find type `users` in this scope Dec 18 04:37:24.842 INFO [stderr] --> src/backend/models.rs:17:24 Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:24.842 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 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 18 04:37:24.842 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.842 INFO [stderr] Dec 18 04:37:24.842 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:24.842 INFO [stderr] --> src/backend/models.rs:17:38 Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:24.842 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 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 18 04:37:24.842 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.842 INFO [stderr] Dec 18 04:37:24.842 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:24.842 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.842 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.842 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 18 04:37:24.842 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.842 INFO [stderr] Dec 18 04:37:24.842 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:24.842 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:24.842 INFO [stderr] | Dec 18 04:37:24.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 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 18 04:37:24.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.843 INFO [stderr] Dec 18 04:37:24.843 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 18 04:37:24.843 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 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 18 04:37:24.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.843 INFO [stderr] Dec 18 04:37:24.843 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:24.843 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 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 18 04:37:24.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.843 INFO [stderr] Dec 18 04:37:24.843 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:24.843 INFO [stderr] --> src/backend/models.rs:25:38 Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 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 18 04:37:24.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.843 INFO [stderr] Dec 18 04:37:24.843 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 18 04:37:24.843 INFO [stderr] --> src/backend/models.rs:25:38 Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 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 18 04:37:24.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.843 INFO [stderr] Dec 18 04:37:24.843 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:24.843 INFO [stderr] --> src/backend/models.rs:25:52 Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.843 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 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 18 04:37:24.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.843 INFO [stderr] Dec 18 04:37:24.843 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:24.843 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 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 18 04:37:24.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.843 INFO [stderr] Dec 18 04:37:24.843 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:24.843 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 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 18 04:37:24.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.843 INFO [stderr] Dec 18 04:37:24.843 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 18 04:37:24.843 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 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 18 04:37:24.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.843 INFO [stderr] Dec 18 04:37:24.843 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:24.843 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.843 INFO [stderr] | Dec 18 04:37:24.843 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 18 04:37:24.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.843 INFO [stderr] Dec 18 04:37:24.844 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:24.844 INFO [stderr] --> src/backend/models.rs:35:38 Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.844 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 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 18 04:37:24.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.844 INFO [stderr] Dec 18 04:37:24.844 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 18 04:37:24.844 INFO [stderr] --> src/backend/models.rs:35:38 Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.844 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 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 18 04:37:24.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.844 INFO [stderr] Dec 18 04:37:24.844 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:24.844 INFO [stderr] --> src/backend/models.rs:35:52 Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:24.844 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 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 18 04:37:24.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.844 INFO [stderr] Dec 18 04:37:24.844 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 04:37:24.844 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 04:37:24.844 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 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 18 04:37:24.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.844 INFO [stderr] Dec 18 04:37:24.844 INFO [stderr] warning: cannot find type `id` in this scope Dec 18 04:37:24.844 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:24.844 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 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 18 04:37:24.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.844 INFO [stderr] Dec 18 04:37:24.844 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 18 04:37:24.844 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:24.844 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 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 18 04:37:24.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.844 INFO [stderr] Dec 18 04:37:24.844 INFO [stderr] warning: cannot find type `task_id` in this scope Dec 18 04:37:24.844 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:24.844 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 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 18 04:37:24.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.844 INFO [stderr] Dec 18 04:37:24.844 INFO [stderr] warning: cannot find type `creator` in this scope Dec 18 04:37:24.844 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:24.844 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 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 18 04:37:24.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.844 INFO [stderr] Dec 18 04:37:24.844 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Dec 18 04:37:24.844 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:24.844 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 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 18 04:37:24.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.844 INFO [stderr] Dec 18 04:37:24.844 INFO [stderr] warning: cannot find type `create_date` in this scope Dec 18 04:37:24.844 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:24.844 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 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 18 04:37:24.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.844 INFO [stderr] Dec 18 04:37:24.844 INFO [stderr] warning: cannot find type `due_date` in this scope Dec 18 04:37:24.844 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:24.844 INFO [stderr] | Dec 18 04:37:24.844 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:24.845 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.845 INFO [stderr] | Dec 18 04:37:24.845 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 18 04:37:24.845 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.845 INFO [stderr] Dec 18 04:37:24.845 INFO [stderr] warning: cannot find type `name` in this scope Dec 18 04:37:24.845 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:24.845 INFO [stderr] | Dec 18 04:37:24.845 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:24.845 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.845 INFO [stderr] | Dec 18 04:37:24.845 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 18 04:37:24.845 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.845 INFO [stderr] Dec 18 04:37:24.845 INFO [stderr] warning: cannot find type `discord_id` in this scope Dec 18 04:37:24.845 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:24.845 INFO [stderr] | Dec 18 04:37:24.845 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:24.845 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.845 INFO [stderr] | Dec 18 04:37:24.845 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 18 04:37:24.845 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.845 INFO [stderr] Dec 18 04:37:24.845 INFO [stderr] warning: cannot find type `nickname` in this scope Dec 18 04:37:24.845 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:24.845 INFO [stderr] | Dec 18 04:37:24.845 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:24.845 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:24.845 INFO [stderr] | Dec 18 04:37:24.845 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 18 04:37:24.845 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:24.845 INFO [stderr] Dec 18 04:37:25.037 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 18 04:37:25.037 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Dec 18 04:37:25.037 INFO [stderr] | Dec 18 04:37:25.038 INFO [stderr] 1 | use diesel::prelude::*; Dec 18 04:37:25.038 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 04:37:25.038 INFO [stderr] | Dec 18 04:37:25.039 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 04:37:25.039 INFO [stderr] Dec 18 04:37:25.039 INFO [stderr] warning: unused imports: `Error`, `err_msg` Dec 18 04:37:25.040 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Dec 18 04:37:25.040 INFO [stderr] | Dec 18 04:37:25.040 INFO [stderr] 2 | use failure::{Error,err_msg}; Dec 18 04:37:25.041 INFO [stderr] | ^^^^^ ^^^^^^^ Dec 18 04:37:25.041 INFO [stderr] Dec 18 04:37:25.041 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Dec 18 04:37:25.041 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Dec 18 04:37:25.042 INFO [stderr] | Dec 18 04:37:25.042 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Dec 18 04:37:25.042 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Dec 18 04:37:25.043 INFO [stderr] Dec 18 04:37:25.043 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:25.043 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:25.044 INFO [stderr] | Dec 18 04:37:25.044 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.044 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.045 INFO [stderr] | Dec 18 04:37:25.045 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 18 04:37:25.045 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 18 04:37:25.046 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.046 INFO [stderr] Dec 18 04:37:25.046 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:25.046 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:25.047 INFO [stderr] | Dec 18 04:37:25.047 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.047 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.048 INFO [stderr] | Dec 18 04:37:25.048 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 18 04:37:25.048 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.048 INFO [stderr] Dec 18 04:37:25.049 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 18 04:37:25.049 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:25.049 INFO [stderr] | Dec 18 04:37:25.052 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.052 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 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 18 04:37:25.052 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.052 INFO [stderr] Dec 18 04:37:25.052 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:25.052 INFO [stderr] --> src/backend/models.rs:4:38 Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.052 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 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 18 04:37:25.052 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.052 INFO [stderr] Dec 18 04:37:25.052 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 18 04:37:25.052 INFO [stderr] --> src/backend/models.rs:4:38 Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.052 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 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 18 04:37:25.052 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.052 INFO [stderr] Dec 18 04:37:25.052 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Dec 18 04:37:25.052 INFO [stderr] --> src/backend/models.rs:4:52 Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.052 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 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 18 04:37:25.052 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.052 INFO [stderr] Dec 18 04:37:25.052 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:25.052 INFO [stderr] --> src/backend/models.rs:4:52 Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.052 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 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 18 04:37:25.052 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.052 INFO [stderr] Dec 18 04:37:25.052 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:25.052 INFO [stderr] --> src/backend/models.rs:17:24 Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:25.052 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 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 18 04:37:25.052 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.052 INFO [stderr] Dec 18 04:37:25.052 INFO [stderr] warning: cannot find type `users` in this scope Dec 18 04:37:25.052 INFO [stderr] --> src/backend/models.rs:17:24 Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:25.052 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 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 18 04:37:25.052 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.052 INFO [stderr] Dec 18 04:37:25.052 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:25.052 INFO [stderr] --> src/backend/models.rs:17:38 Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:25.052 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 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 18 04:37:25.052 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.052 INFO [stderr] Dec 18 04:37:25.052 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:25.052 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:25.052 INFO [stderr] | Dec 18 04:37:25.052 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.053 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 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 18 04:37:25.053 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.053 INFO [stderr] Dec 18 04:37:25.053 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:25.053 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.053 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 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 18 04:37:25.053 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.053 INFO [stderr] Dec 18 04:37:25.053 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 18 04:37:25.053 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.053 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 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 18 04:37:25.053 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.053 INFO [stderr] Dec 18 04:37:25.053 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:25.053 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.053 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 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 18 04:37:25.053 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.053 INFO [stderr] Dec 18 04:37:25.053 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:25.053 INFO [stderr] --> src/backend/models.rs:25:38 Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.053 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 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 18 04:37:25.053 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.053 INFO [stderr] Dec 18 04:37:25.053 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 18 04:37:25.053 INFO [stderr] --> src/backend/models.rs:25:38 Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.053 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 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 18 04:37:25.053 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.053 INFO [stderr] Dec 18 04:37:25.053 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:25.053 INFO [stderr] --> src/backend/models.rs:25:52 Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.053 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 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 18 04:37:25.053 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.053 INFO [stderr] Dec 18 04:37:25.053 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:25.053 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.053 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 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 18 04:37:25.053 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.053 INFO [stderr] Dec 18 04:37:25.053 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:25.053 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.053 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 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 18 04:37:25.053 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.053 INFO [stderr] Dec 18 04:37:25.053 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 18 04:37:25.053 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.053 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.053 INFO [stderr] | Dec 18 04:37:25.053 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 18 04:37:25.053 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.053 INFO [stderr] Dec 18 04:37:25.053 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:25.053 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.054 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 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 18 04:37:25.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.054 INFO [stderr] Dec 18 04:37:25.054 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:25.054 INFO [stderr] --> src/backend/models.rs:35:38 Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.054 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 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 18 04:37:25.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.054 INFO [stderr] Dec 18 04:37:25.054 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 18 04:37:25.054 INFO [stderr] --> src/backend/models.rs:35:38 Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.054 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 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 18 04:37:25.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.054 INFO [stderr] Dec 18 04:37:25.054 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:25.054 INFO [stderr] --> src/backend/models.rs:35:52 Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:25.054 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 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 18 04:37:25.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.054 INFO [stderr] Dec 18 04:37:25.054 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 04:37:25.054 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 04:37:25.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 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 18 04:37:25.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.054 INFO [stderr] Dec 18 04:37:25.054 INFO [stderr] warning: cannot find type `id` in this scope Dec 18 04:37:25.054 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:25.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 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 18 04:37:25.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.054 INFO [stderr] Dec 18 04:37:25.054 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 18 04:37:25.054 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:25.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 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 18 04:37:25.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.054 INFO [stderr] Dec 18 04:37:25.054 INFO [stderr] warning: cannot find type `task_id` in this scope Dec 18 04:37:25.054 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:25.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 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 18 04:37:25.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.054 INFO [stderr] Dec 18 04:37:25.054 INFO [stderr] warning: cannot find type `creator` in this scope Dec 18 04:37:25.054 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:25.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 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 18 04:37:25.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.054 INFO [stderr] Dec 18 04:37:25.054 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Dec 18 04:37:25.054 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:25.054 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.054 INFO [stderr] | Dec 18 04:37:25.054 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 18 04:37:25.054 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.054 INFO [stderr] Dec 18 04:37:25.055 INFO [stderr] warning: cannot find type `create_date` in this scope Dec 18 04:37:25.055 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:25.055 INFO [stderr] | Dec 18 04:37:25.055 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:25.055 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.055 INFO [stderr] | Dec 18 04:37:25.055 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 18 04:37:25.055 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.055 INFO [stderr] Dec 18 04:37:25.055 INFO [stderr] warning: cannot find type `due_date` in this scope Dec 18 04:37:25.055 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:25.055 INFO [stderr] | Dec 18 04:37:25.055 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:25.055 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.055 INFO [stderr] | Dec 18 04:37:25.055 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 18 04:37:25.055 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.055 INFO [stderr] Dec 18 04:37:25.055 INFO [stderr] warning: cannot find type `name` in this scope Dec 18 04:37:25.055 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:25.055 INFO [stderr] | Dec 18 04:37:25.055 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:25.055 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.055 INFO [stderr] | Dec 18 04:37:25.055 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 18 04:37:25.055 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.055 INFO [stderr] Dec 18 04:37:25.055 INFO [stderr] warning: cannot find type `discord_id` in this scope Dec 18 04:37:25.055 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:25.055 INFO [stderr] | Dec 18 04:37:25.055 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:25.055 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.055 INFO [stderr] | Dec 18 04:37:25.055 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 18 04:37:25.055 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.055 INFO [stderr] Dec 18 04:37:25.055 INFO [stderr] warning: cannot find type `nickname` in this scope Dec 18 04:37:25.055 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:25.055 INFO [stderr] | Dec 18 04:37:25.055 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:25.055 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:25.055 INFO [stderr] | Dec 18 04:37:25.055 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 18 04:37:25.055 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:25.055 INFO [stderr] Dec 18 04:37:25.772 INFO [stderr] warning: field is never used: `db` Dec 18 04:37:25.772 INFO [stderr] --> src/controller.rs:11:5 Dec 18 04:37:25.772 INFO [stderr] | Dec 18 04:37:25.772 INFO [stderr] 11 | pub(crate) db: Mutex, Dec 18 04:37:25.772 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:37:25.772 INFO [stderr] | Dec 18 04:37:25.772 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 18 04:37:25.772 INFO [stderr] Dec 18 04:37:25.988 INFO [stderr] warning: field is never used: `db` Dec 18 04:37:25.988 INFO [stderr] --> src/controller.rs:11:5 Dec 18 04:37:25.988 INFO [stderr] | Dec 18 04:37:25.988 INFO [stderr] 11 | pub(crate) db: Mutex, Dec 18 04:37:25.988 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:37:25.988 INFO [stderr] | Dec 18 04:37:25.988 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 18 04:37:25.988 INFO [stderr] Dec 18 04:37:28.044 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.40s Dec 18 04:37:28.629 INFO running `"docker" "inspect" "e6990cf12b037b1c2310b6fbca7ed24cf2b06db18eb723afc49fd4fbb78818e1"` Dec 18 04:37:28.812 INFO running `"docker" "rm" "-f" "e6990cf12b037b1c2310b6fbca7ed24cf2b06db18eb723afc49fd4fbb78818e1"` Dec 18 04:37:29.116 INFO [stdout] e6990cf12b037b1c2310b6fbca7ed24cf2b06db18eb723afc49fd4fbb78818e1