Nov 28 10:07:12.524 INFO checking acmumn/tet against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 10:07:12.524 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-4/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +db42d4dad33013eba11ef37342ad9f614e5652b8-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 28 10:07:12.720 INFO [stdout] 05c1f08957aa7c36d8192b93fcd95025e6f1f57ea7a16b7a83ca075e71755ab0 Nov 28 10:07:12.722 INFO running `"docker" "start" "-a" "05c1f08957aa7c36d8192b93fcd95025e6f1f57ea7a16b7a83ca075e71755ab0"` Nov 28 10:07:13.163 INFO [stderr] usermod: no changes Nov 28 10:07:13.478 INFO [stderr] Checking uuid v0.5.1 Nov 28 10:07:13.479 INFO [stderr] Checking chrono v0.4.4 Nov 28 10:07:13.479 INFO [stderr] Checking hyper v0.10.13 Nov 28 10:07:13.482 INFO [stderr] Checking num v0.1.42 Nov 28 10:07:13.482 INFO [stderr] Checking diesel v1.3.2 Nov 28 10:07:13.483 INFO [stderr] Compiling mime_guess v1.8.6 Nov 28 10:07:13.483 INFO [stderr] Checking config v0.9.0 Nov 28 10:07:14.225 INFO [stderr] Checking chrono v0.2.25 Nov 28 10:07:25.207 INFO [stderr] Checking schedule v0.1.0 Nov 28 10:07:31.160 INFO [stderr] Checking hyper-native-tls v0.2.4 Nov 28 10:07:31.160 INFO [stderr] Checking evzht9h3nznqzwl v0.0.3 Nov 28 10:07:31.160 INFO [stderr] Checking multipart v0.13.6 Nov 28 10:07:37.568 INFO [stderr] Checking serenity v0.5.5 Nov 28 10:08:12.439 INFO [stderr] Checking tet v0.1.0 (/source) Nov 28 10:08:21.255 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 28 10:08:21.256 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 28 10:08:21.257 INFO [stderr] | Nov 28 10:08:21.257 INFO [stderr] 1 | use diesel::prelude::*; Nov 28 10:08:21.258 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 10:08:21.258 INFO [stderr] | Nov 28 10:08:21.259 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 10:08:21.259 INFO [stderr] Nov 28 10:08:21.260 INFO [stderr] warning: unused imports: `Error`, `err_msg` Nov 28 10:08:21.261 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 28 10:08:21.261 INFO [stderr] | Nov 28 10:08:21.262 INFO [stderr] 2 | use failure::{Error,err_msg}; Nov 28 10:08:21.262 INFO [stderr] | ^^^^^ ^^^^^^^ Nov 28 10:08:21.263 INFO [stderr] Nov 28 10:08:21.264 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Nov 28 10:08:21.264 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 28 10:08:21.264 INFO [stderr] | Nov 28 10:08:21.264 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 28 10:08:21.264 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 28 10:08:21.264 INFO [stderr] Nov 28 10:08:21.264 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:21.264 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:21.264 INFO [stderr] | Nov 28 10:08:21.264 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.265 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.265 INFO [stderr] | Nov 28 10:08:21.265 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 10:08:21.265 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! Nov 28 10:08:21.265 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.265 INFO [stderr] Nov 28 10:08:21.265 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:21.265 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:21.265 INFO [stderr] | Nov 28 10:08:21.265 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.265 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.265 INFO [stderr] | Nov 28 10:08:21.265 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! Nov 28 10:08:21.268 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.268 INFO [stderr] Nov 28 10:08:21.268 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 28 10:08:21.268 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:21.268 INFO [stderr] | Nov 28 10:08:21.268 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.268 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.268 INFO [stderr] | Nov 28 10:08:21.268 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! Nov 28 10:08:21.268 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.268 INFO [stderr] Nov 28 10:08:21.268 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:21.268 INFO [stderr] --> src/backend/models.rs:4:38 Nov 28 10:08:21.268 INFO [stderr] | Nov 28 10:08:21.268 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.268 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.268 INFO [stderr] | Nov 28 10:08:21.268 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! Nov 28 10:08:21.268 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.268 INFO [stderr] Nov 28 10:08:21.268 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 28 10:08:21.268 INFO [stderr] --> src/backend/models.rs:4:38 Nov 28 10:08:21.268 INFO [stderr] | Nov 28 10:08:21.268 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.268 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.268 INFO [stderr] | Nov 28 10:08:21.268 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! Nov 28 10:08:21.268 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.268 INFO [stderr] Nov 28 10:08:21.268 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Nov 28 10:08:21.268 INFO [stderr] --> src/backend/models.rs:4:52 Nov 28 10:08:21.268 INFO [stderr] | Nov 28 10:08:21.268 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.268 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.268 INFO [stderr] | Nov 28 10:08:21.268 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! Nov 28 10:08:21.268 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.268 INFO [stderr] Nov 28 10:08:21.269 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:21.269 INFO [stderr] --> src/backend/models.rs:4:52 Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.269 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 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! Nov 28 10:08:21.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.269 INFO [stderr] Nov 28 10:08:21.269 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:21.269 INFO [stderr] --> src/backend/models.rs:17:24 Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:21.269 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 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! Nov 28 10:08:21.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.269 INFO [stderr] Nov 28 10:08:21.269 INFO [stderr] warning: cannot find type `users` in this scope Nov 28 10:08:21.269 INFO [stderr] --> src/backend/models.rs:17:24 Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:21.269 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 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! Nov 28 10:08:21.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.269 INFO [stderr] Nov 28 10:08:21.269 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:21.269 INFO [stderr] --> src/backend/models.rs:17:38 Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:21.269 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 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! Nov 28 10:08:21.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.269 INFO [stderr] Nov 28 10:08:21.269 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:21.269 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.269 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 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! Nov 28 10:08:21.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.269 INFO [stderr] Nov 28 10:08:21.269 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:21.269 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.269 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 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! Nov 28 10:08:21.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.269 INFO [stderr] Nov 28 10:08:21.269 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 28 10:08:21.269 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.269 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 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! Nov 28 10:08:21.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.269 INFO [stderr] Nov 28 10:08:21.269 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:21.269 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.269 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 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! Nov 28 10:08:21.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.269 INFO [stderr] Nov 28 10:08:21.269 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:21.269 INFO [stderr] --> src/backend/models.rs:25:38 Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.269 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.269 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! Nov 28 10:08:21.269 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.269 INFO [stderr] Nov 28 10:08:21.269 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 28 10:08:21.269 INFO [stderr] --> src/backend/models.rs:25:38 Nov 28 10:08:21.269 INFO [stderr] | Nov 28 10:08:21.270 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.270 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 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! Nov 28 10:08:21.270 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.270 INFO [stderr] Nov 28 10:08:21.270 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:21.270 INFO [stderr] --> src/backend/models.rs:25:52 Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.270 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 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! Nov 28 10:08:21.270 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.270 INFO [stderr] Nov 28 10:08:21.270 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:21.270 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.270 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 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! Nov 28 10:08:21.270 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.270 INFO [stderr] Nov 28 10:08:21.270 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:21.270 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.270 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 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! Nov 28 10:08:21.270 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.270 INFO [stderr] Nov 28 10:08:21.270 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 28 10:08:21.270 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.270 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 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! Nov 28 10:08:21.270 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.270 INFO [stderr] Nov 28 10:08:21.270 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:21.270 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.270 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 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! Nov 28 10:08:21.270 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.270 INFO [stderr] Nov 28 10:08:21.270 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:21.270 INFO [stderr] --> src/backend/models.rs:35:38 Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.270 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 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! Nov 28 10:08:21.270 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.270 INFO [stderr] Nov 28 10:08:21.270 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 28 10:08:21.270 INFO [stderr] --> src/backend/models.rs:35:38 Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.270 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 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! Nov 28 10:08:21.270 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.270 INFO [stderr] Nov 28 10:08:21.270 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:21.270 INFO [stderr] --> src/backend/models.rs:35:52 Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.270 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 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! Nov 28 10:08:21.270 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.270 INFO [stderr] Nov 28 10:08:21.270 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 10:08:21.270 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 10:08:21.270 INFO [stderr] | Nov 28 10:08:21.270 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 10:08:21.271 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.271 INFO [stderr] | Nov 28 10:08:21.271 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! Nov 28 10:08:21.271 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.271 INFO [stderr] Nov 28 10:08:21.271 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 10:08:21.271 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.271 INFO [stderr] | Nov 28 10:08:21.271 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.271 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.271 INFO [stderr] | Nov 28 10:08:21.271 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! Nov 28 10:08:21.271 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.271 INFO [stderr] Nov 28 10:08:21.271 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 28 10:08:21.271 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.271 INFO [stderr] | Nov 28 10:08:21.271 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.271 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.271 INFO [stderr] | Nov 28 10:08:21.271 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! Nov 28 10:08:21.271 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.271 INFO [stderr] Nov 28 10:08:21.271 INFO [stderr] warning: cannot find type `task_id` in this scope Nov 28 10:08:21.271 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.271 INFO [stderr] | Nov 28 10:08:21.271 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.271 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.271 INFO [stderr] | Nov 28 10:08:21.271 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! Nov 28 10:08:21.271 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.271 INFO [stderr] Nov 28 10:08:21.271 INFO [stderr] warning: cannot find type `creator` in this scope Nov 28 10:08:21.271 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.271 INFO [stderr] | Nov 28 10:08:21.271 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.271 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.271 INFO [stderr] | Nov 28 10:08:21.271 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! Nov 28 10:08:21.271 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.271 INFO [stderr] Nov 28 10:08:21.291 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Nov 28 10:08:21.291 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.291 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 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! Nov 28 10:08:21.291 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.291 INFO [stderr] Nov 28 10:08:21.291 INFO [stderr] warning: cannot find type `create_date` in this scope Nov 28 10:08:21.291 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.291 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 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! Nov 28 10:08:21.291 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.291 INFO [stderr] Nov 28 10:08:21.291 INFO [stderr] warning: cannot find type `due_date` in this scope Nov 28 10:08:21.291 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.291 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 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! Nov 28 10:08:21.291 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.291 INFO [stderr] Nov 28 10:08:21.291 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 10:08:21.291 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.291 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 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! Nov 28 10:08:21.291 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.291 INFO [stderr] Nov 28 10:08:21.291 INFO [stderr] warning: cannot find type `discord_id` in this scope Nov 28 10:08:21.291 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.291 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 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! Nov 28 10:08:21.291 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.291 INFO [stderr] Nov 28 10:08:21.291 INFO [stderr] warning: cannot find type `nickname` in this scope Nov 28 10:08:21.291 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.291 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.291 INFO [stderr] | Nov 28 10:08:21.291 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! Nov 28 10:08:21.291 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.291 INFO [stderr] Nov 28 10:08:21.381 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 28 10:08:21.381 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 28 10:08:21.381 INFO [stderr] | Nov 28 10:08:21.381 INFO [stderr] 1 | use diesel::prelude::*; Nov 28 10:08:21.381 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 10:08:21.381 INFO [stderr] | Nov 28 10:08:21.381 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 10:08:21.381 INFO [stderr] Nov 28 10:08:21.381 INFO [stderr] warning: unused imports: `Error`, `err_msg` Nov 28 10:08:21.381 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 28 10:08:21.381 INFO [stderr] | Nov 28 10:08:21.381 INFO [stderr] 2 | use failure::{Error,err_msg}; Nov 28 10:08:21.381 INFO [stderr] | ^^^^^ ^^^^^^^ Nov 28 10:08:21.381 INFO [stderr] Nov 28 10:08:21.381 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Nov 28 10:08:21.381 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 28 10:08:21.381 INFO [stderr] | Nov 28 10:08:21.381 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 28 10:08:21.381 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 28 10:08:21.381 INFO [stderr] Nov 28 10:08:21.381 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:21.381 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.382 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 10:08:21.382 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! Nov 28 10:08:21.382 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.382 INFO [stderr] Nov 28 10:08:21.382 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:21.382 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.382 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 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! Nov 28 10:08:21.382 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.382 INFO [stderr] Nov 28 10:08:21.382 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 28 10:08:21.382 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.382 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 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! Nov 28 10:08:21.382 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.382 INFO [stderr] Nov 28 10:08:21.382 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:21.382 INFO [stderr] --> src/backend/models.rs:4:38 Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.382 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 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! Nov 28 10:08:21.382 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.382 INFO [stderr] Nov 28 10:08:21.382 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 28 10:08:21.382 INFO [stderr] --> src/backend/models.rs:4:38 Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.382 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 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! Nov 28 10:08:21.382 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.382 INFO [stderr] Nov 28 10:08:21.382 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Nov 28 10:08:21.382 INFO [stderr] --> src/backend/models.rs:4:52 Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.382 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 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! Nov 28 10:08:21.382 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.382 INFO [stderr] Nov 28 10:08:21.382 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:21.382 INFO [stderr] --> src/backend/models.rs:4:52 Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.382 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 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! Nov 28 10:08:21.382 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.382 INFO [stderr] Nov 28 10:08:21.382 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:21.382 INFO [stderr] --> src/backend/models.rs:17:24 Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:21.382 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 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! Nov 28 10:08:21.382 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.382 INFO [stderr] Nov 28 10:08:21.382 INFO [stderr] warning: cannot find type `users` in this scope Nov 28 10:08:21.382 INFO [stderr] --> src/backend/models.rs:17:24 Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:21.382 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.382 INFO [stderr] | Nov 28 10:08:21.382 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! Nov 28 10:08:21.382 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.382 INFO [stderr] Nov 28 10:08:21.382 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:21.382 INFO [stderr] --> src/backend/models.rs:17:38 Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:21.383 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 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! Nov 28 10:08:21.383 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.383 INFO [stderr] Nov 28 10:08:21.383 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:21.383 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.383 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 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! Nov 28 10:08:21.383 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.383 INFO [stderr] Nov 28 10:08:21.383 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:21.383 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.383 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 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! Nov 28 10:08:21.383 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.383 INFO [stderr] Nov 28 10:08:21.383 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 28 10:08:21.383 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.383 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 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! Nov 28 10:08:21.383 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.383 INFO [stderr] Nov 28 10:08:21.383 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:21.383 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.383 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 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! Nov 28 10:08:21.383 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.383 INFO [stderr] Nov 28 10:08:21.383 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:21.383 INFO [stderr] --> src/backend/models.rs:25:38 Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.383 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 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! Nov 28 10:08:21.383 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.383 INFO [stderr] Nov 28 10:08:21.383 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 28 10:08:21.383 INFO [stderr] --> src/backend/models.rs:25:38 Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.383 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 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! Nov 28 10:08:21.383 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.383 INFO [stderr] Nov 28 10:08:21.383 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:21.383 INFO [stderr] --> src/backend/models.rs:25:52 Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.383 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.383 INFO [stderr] | Nov 28 10:08:21.383 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! Nov 28 10:08:21.383 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.383 INFO [stderr] Nov 28 10:08:21.383 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:21.384 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:21.384 INFO [stderr] | Nov 28 10:08:21.384 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.385 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.385 INFO [stderr] | Nov 28 10:08:21.385 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! Nov 28 10:08:21.385 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.386 INFO [stderr] Nov 28 10:08:21.386 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:21.386 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:21.387 INFO [stderr] | Nov 28 10:08:21.387 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.387 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.388 INFO [stderr] | Nov 28 10:08:21.388 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! Nov 28 10:08:21.388 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.388 INFO [stderr] Nov 28 10:08:21.388 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 28 10:08:21.388 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:21.388 INFO [stderr] | Nov 28 10:08:21.388 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.388 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.388 INFO [stderr] | Nov 28 10:08:21.388 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! Nov 28 10:08:21.388 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.388 INFO [stderr] Nov 28 10:08:21.388 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:21.388 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:21.388 INFO [stderr] | Nov 28 10:08:21.388 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.388 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.388 INFO [stderr] | Nov 28 10:08:21.388 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! Nov 28 10:08:21.388 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.389 INFO [stderr] Nov 28 10:08:21.389 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:21.389 INFO [stderr] --> src/backend/models.rs:35:38 Nov 28 10:08:21.389 INFO [stderr] | Nov 28 10:08:21.389 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.389 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.389 INFO [stderr] | Nov 28 10:08:21.389 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! Nov 28 10:08:21.389 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.389 INFO [stderr] Nov 28 10:08:21.389 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 28 10:08:21.389 INFO [stderr] --> src/backend/models.rs:35:38 Nov 28 10:08:21.389 INFO [stderr] | Nov 28 10:08:21.389 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.389 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.389 INFO [stderr] | Nov 28 10:08:21.389 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! Nov 28 10:08:21.389 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.389 INFO [stderr] Nov 28 10:08:21.389 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:21.389 INFO [stderr] --> src/backend/models.rs:35:52 Nov 28 10:08:21.389 INFO [stderr] | Nov 28 10:08:21.389 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:21.389 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.390 INFO [stderr] | Nov 28 10:08:21.390 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! Nov 28 10:08:21.390 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.390 INFO [stderr] Nov 28 10:08:21.390 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 10:08:21.390 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 10:08:21.390 INFO [stderr] | Nov 28 10:08:21.390 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 10:08:21.390 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.390 INFO [stderr] | Nov 28 10:08:21.390 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! Nov 28 10:08:21.390 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.390 INFO [stderr] Nov 28 10:08:21.390 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 10:08:21.390 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.390 INFO [stderr] | Nov 28 10:08:21.390 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.390 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.390 INFO [stderr] | Nov 28 10:08:21.390 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! Nov 28 10:08:21.390 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.390 INFO [stderr] Nov 28 10:08:21.390 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 28 10:08:21.390 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.390 INFO [stderr] | Nov 28 10:08:21.391 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.391 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.391 INFO [stderr] | Nov 28 10:08:21.391 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! Nov 28 10:08:21.391 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.391 INFO [stderr] Nov 28 10:08:21.391 INFO [stderr] warning: cannot find type `task_id` in this scope Nov 28 10:08:21.391 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.391 INFO [stderr] | Nov 28 10:08:21.391 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.391 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.391 INFO [stderr] | Nov 28 10:08:21.391 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! Nov 28 10:08:21.391 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.391 INFO [stderr] Nov 28 10:08:21.391 INFO [stderr] warning: cannot find type `creator` in this scope Nov 28 10:08:21.391 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.391 INFO [stderr] | Nov 28 10:08:21.391 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.391 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.391 INFO [stderr] | Nov 28 10:08:21.391 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! Nov 28 10:08:21.392 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.392 INFO [stderr] Nov 28 10:08:21.392 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Nov 28 10:08:21.392 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.392 INFO [stderr] | Nov 28 10:08:21.392 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.392 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.392 INFO [stderr] | Nov 28 10:08:21.392 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! Nov 28 10:08:21.392 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.392 INFO [stderr] Nov 28 10:08:21.392 INFO [stderr] warning: cannot find type `create_date` in this scope Nov 28 10:08:21.392 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.392 INFO [stderr] | Nov 28 10:08:21.392 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.392 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.392 INFO [stderr] | Nov 28 10:08:21.392 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! Nov 28 10:08:21.392 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.392 INFO [stderr] Nov 28 10:08:21.392 INFO [stderr] warning: cannot find type `due_date` in this scope Nov 28 10:08:21.392 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.392 INFO [stderr] | Nov 28 10:08:21.392 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.392 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.393 INFO [stderr] | Nov 28 10:08:21.393 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! Nov 28 10:08:21.393 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.393 INFO [stderr] Nov 28 10:08:21.393 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 10:08:21.393 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.393 INFO [stderr] | Nov 28 10:08:21.393 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.393 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.393 INFO [stderr] | Nov 28 10:08:21.393 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! Nov 28 10:08:21.393 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.393 INFO [stderr] Nov 28 10:08:21.393 INFO [stderr] warning: cannot find type `discord_id` in this scope Nov 28 10:08:21.393 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.393 INFO [stderr] | Nov 28 10:08:21.393 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.393 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.393 INFO [stderr] | Nov 28 10:08:21.393 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! Nov 28 10:08:21.393 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.393 INFO [stderr] Nov 28 10:08:21.393 INFO [stderr] warning: cannot find type `nickname` in this scope Nov 28 10:08:21.393 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:21.393 INFO [stderr] | Nov 28 10:08:21.393 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:21.393 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:21.393 INFO [stderr] | Nov 28 10:08:21.393 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! Nov 28 10:08:21.400 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:21.400 INFO [stderr] Nov 28 10:08:22.420 INFO [stderr] warning: field is never used: `db` Nov 28 10:08:22.420 INFO [stderr] --> src/controller.rs:11:5 Nov 28 10:08:22.420 INFO [stderr] | Nov 28 10:08:22.420 INFO [stderr] 11 | pub(crate) db: Mutex, Nov 28 10:08:22.420 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 10:08:22.420 INFO [stderr] | Nov 28 10:08:22.420 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 28 10:08:22.420 INFO [stderr] Nov 28 10:08:22.720 INFO [stderr] warning: field is never used: `db` Nov 28 10:08:22.720 INFO [stderr] --> src/controller.rs:11:5 Nov 28 10:08:22.720 INFO [stderr] | Nov 28 10:08:22.720 INFO [stderr] 11 | pub(crate) db: Mutex, Nov 28 10:08:22.720 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 10:08:22.720 INFO [stderr] | Nov 28 10:08:22.720 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 28 10:08:22.720 INFO [stderr] Nov 28 10:08:31.687 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Nov 28 10:08:31.719 INFO [stderr] su: No module specific data is present Nov 28 10:08:33.459 INFO running `"docker" "inspect" "05c1f08957aa7c36d8192b93fcd95025e6f1f57ea7a16b7a83ca075e71755ab0"` Nov 28 10:08:33.705 INFO running `"docker" "rm" "-f" "05c1f08957aa7c36d8192b93fcd95025e6f1f57ea7a16b7a83ca075e71755ab0"` Nov 28 10:08:34.037 INFO [stdout] 05c1f08957aa7c36d8192b93fcd95025e6f1f57ea7a16b7a83ca075e71755ab0