Nov 30 07:39:43.841 INFO checking acmumn/tet against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 07:39:43.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-3/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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 30 07:39:44.011 INFO [stdout] 1b22e87b5043e8f415f63056521e3f79dee37e4eebdad9ccf25ccdc086b21ce6 Nov 30 07:39:44.013 INFO running `"docker" "start" "-a" "1b22e87b5043e8f415f63056521e3f79dee37e4eebdad9ccf25ccdc086b21ce6"` Nov 30 07:39:44.360 INFO [stderr] usermod: no changes Nov 30 07:39:44.756 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Nov 30 07:39:44.757 INFO [stderr] Checking base64 v0.8.0 Nov 30 07:39:44.760 INFO [stderr] Checking threadpool v1.7.1 Nov 30 07:39:44.762 INFO [stderr] Checking mime v0.2.6 Nov 30 07:39:44.762 INFO [stderr] Checking uuid v0.5.1 Nov 30 07:39:44.762 INFO [stderr] Checking chrono v0.4.4 Nov 30 07:39:44.762 INFO [stderr] Checking flate2 v1.0.1 Nov 30 07:39:44.796 INFO [stderr] Checking chrono v0.2.25 Nov 30 07:39:46.309 INFO [stderr] Compiling mime_guess v1.8.6 Nov 30 07:39:46.585 INFO [stderr] Checking hyper v0.10.13 Nov 30 07:39:47.820 INFO [stderr] Checking config v0.9.0 Nov 30 07:39:52.281 INFO [stderr] Checking diesel v1.3.2 Nov 30 07:39:54.673 INFO [stderr] Checking schedule v0.1.0 Nov 30 07:40:05.136 INFO [stderr] Checking multipart v0.13.6 Nov 30 07:40:05.136 INFO [stderr] Checking hyper-native-tls v0.2.4 Nov 30 07:40:05.146 INFO [stderr] Checking evzht9h3nznqzwl v0.0.3 Nov 30 07:40:12.410 INFO [stderr] Checking serenity v0.5.5 Nov 30 07:40:42.702 INFO [stderr] Checking tet v0.1.0 (/source) Nov 30 07:40:52.352 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 30 07:40:52.352 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 30 07:40:52.352 INFO [stderr] | Nov 30 07:40:52.352 INFO [stderr] 1 | use diesel::prelude::*; Nov 30 07:40:52.352 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 30 07:40:52.368 INFO [stderr] | Nov 30 07:40:52.368 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 07:40:52.369 INFO [stderr] Nov 30 07:40:52.369 INFO [stderr] warning: unused imports: `Error`, `err_msg` Nov 30 07:40:52.369 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 30 07:40:52.369 INFO [stderr] | Nov 30 07:40:52.369 INFO [stderr] 2 | use failure::{Error,err_msg}; Nov 30 07:40:52.369 INFO [stderr] | ^^^^^ ^^^^^^^ Nov 30 07:40:52.369 INFO [stderr] Nov 30 07:40:52.369 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Nov 30 07:40:52.369 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 30 07:40:52.369 INFO [stderr] | Nov 30 07:40:52.369 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 30 07:40:52.369 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 30 07:40:52.369 INFO [stderr] Nov 30 07:40:52.369 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 07:40:52.369 INFO [stderr] --> src/backend/models.rs:4:24 Nov 30 07:40:52.369 INFO [stderr] | Nov 30 07:40:52.369 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.369 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.369 INFO [stderr] | Nov 30 07:40:52.369 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 07:40:52.369 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 30 07:40:52.369 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.369 INFO [stderr] Nov 30 07:40:52.369 INFO [stderr] warning: cannot find type `Task` in this scope Nov 30 07:40:52.369 INFO [stderr] --> src/backend/models.rs:4:24 Nov 30 07:40:52.369 INFO [stderr] | Nov 30 07:40:52.369 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.369 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.369 INFO [stderr] | Nov 30 07:40:52.369 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 30 07:40:52.369 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.369 INFO [stderr] Nov 30 07:40:52.369 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 30 07:40:52.369 INFO [stderr] --> src/backend/models.rs:4:24 Nov 30 07:40:52.369 INFO [stderr] | Nov 30 07:40:52.369 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.369 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.369 INFO [stderr] | Nov 30 07:40:52.369 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 30 07:40:52.369 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.369 INFO [stderr] Nov 30 07:40:52.369 INFO [stderr] warning: cannot find type `Task` in this scope Nov 30 07:40:52.369 INFO [stderr] --> src/backend/models.rs:4:38 Nov 30 07:40:52.369 INFO [stderr] | Nov 30 07:40:52.369 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.369 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.369 INFO [stderr] | Nov 30 07:40:52.369 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 30 07:40:52.369 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.370 INFO [stderr] Nov 30 07:40:52.370 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 30 07:40:52.370 INFO [stderr] --> src/backend/models.rs:4:38 Nov 30 07:40:52.370 INFO [stderr] | Nov 30 07:40:52.370 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.370 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.370 INFO [stderr] | Nov 30 07:40:52.370 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 30 07:40:52.370 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.370 INFO [stderr] Nov 30 07:40:52.370 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Nov 30 07:40:52.370 INFO [stderr] --> src/backend/models.rs:4:52 Nov 30 07:40:52.370 INFO [stderr] | Nov 30 07:40:52.370 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.370 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.370 INFO [stderr] | Nov 30 07:40:52.370 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 30 07:40:52.370 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.370 INFO [stderr] Nov 30 07:40:52.370 INFO [stderr] warning: cannot find type `Task` in this scope Nov 30 07:40:52.370 INFO [stderr] --> src/backend/models.rs:4:52 Nov 30 07:40:52.370 INFO [stderr] | Nov 30 07:40:52.370 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.370 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.370 INFO [stderr] | Nov 30 07:40:52.370 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 30 07:40:52.370 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.370 INFO [stderr] Nov 30 07:40:52.370 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 07:40:52.371 INFO [stderr] --> src/backend/models.rs:17:24 Nov 30 07:40:52.371 INFO [stderr] | Nov 30 07:40:52.371 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 30 07:40:52.371 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.371 INFO [stderr] | Nov 30 07:40:52.371 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 30 07:40:52.371 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.371 INFO [stderr] Nov 30 07:40:52.371 INFO [stderr] warning: cannot find type `users` in this scope Nov 30 07:40:52.371 INFO [stderr] --> src/backend/models.rs:17:24 Nov 30 07:40:52.371 INFO [stderr] | Nov 30 07:40:52.371 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 30 07:40:52.371 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.371 INFO [stderr] | Nov 30 07:40:52.371 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 30 07:40:52.371 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.371 INFO [stderr] Nov 30 07:40:52.371 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 07:40:52.371 INFO [stderr] --> src/backend/models.rs:17:38 Nov 30 07:40:52.371 INFO [stderr] | Nov 30 07:40:52.371 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 30 07:40:52.371 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.371 INFO [stderr] | Nov 30 07:40:52.371 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 30 07:40:52.371 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.371 INFO [stderr] Nov 30 07:40:52.371 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 07:40:52.371 INFO [stderr] --> src/backend/models.rs:25:24 Nov 30 07:40:52.371 INFO [stderr] | Nov 30 07:40:52.371 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.371 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.371 INFO [stderr] | Nov 30 07:40:52.371 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 30 07:40:52.371 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.371 INFO [stderr] Nov 30 07:40:52.371 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 30 07:40:52.372 INFO [stderr] --> src/backend/models.rs:25:24 Nov 30 07:40:52.372 INFO [stderr] | Nov 30 07:40:52.372 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.372 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.372 INFO [stderr] | Nov 30 07:40:52.372 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 30 07:40:52.372 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.372 INFO [stderr] Nov 30 07:40:52.372 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 30 07:40:52.372 INFO [stderr] --> src/backend/models.rs:25:24 Nov 30 07:40:52.372 INFO [stderr] | Nov 30 07:40:52.372 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.372 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.372 INFO [stderr] | Nov 30 07:40:52.372 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 30 07:40:52.372 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.372 INFO [stderr] Nov 30 07:40:52.372 INFO [stderr] warning: cannot find type `Task` in this scope Nov 30 07:40:52.372 INFO [stderr] --> src/backend/models.rs:25:24 Nov 30 07:40:52.372 INFO [stderr] | Nov 30 07:40:52.372 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.372 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.372 INFO [stderr] | Nov 30 07:40:52.372 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 30 07:40:52.372 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.372 INFO [stderr] Nov 30 07:40:52.372 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 30 07:40:52.372 INFO [stderr] --> src/backend/models.rs:25:38 Nov 30 07:40:52.372 INFO [stderr] | Nov 30 07:40:52.372 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.372 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.372 INFO [stderr] | Nov 30 07:40:52.372 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 30 07:40:52.372 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.372 INFO [stderr] Nov 30 07:40:52.373 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 30 07:40:52.373 INFO [stderr] --> src/backend/models.rs:25:38 Nov 30 07:40:52.373 INFO [stderr] | Nov 30 07:40:52.373 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.373 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.373 INFO [stderr] | Nov 30 07:40:52.373 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 30 07:40:52.373 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.373 INFO [stderr] Nov 30 07:40:52.373 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 30 07:40:52.373 INFO [stderr] --> src/backend/models.rs:25:52 Nov 30 07:40:52.373 INFO [stderr] | Nov 30 07:40:52.373 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.373 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.374 INFO [stderr] | Nov 30 07:40:52.374 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 30 07:40:52.374 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.374 INFO [stderr] Nov 30 07:40:52.374 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 07:40:52.374 INFO [stderr] --> src/backend/models.rs:35:24 Nov 30 07:40:52.374 INFO [stderr] | Nov 30 07:40:52.374 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.374 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.374 INFO [stderr] | Nov 30 07:40:52.374 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 30 07:40:52.375 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.375 INFO [stderr] Nov 30 07:40:52.375 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 30 07:40:52.375 INFO [stderr] --> src/backend/models.rs:35:24 Nov 30 07:40:52.375 INFO [stderr] | Nov 30 07:40:52.375 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.375 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.375 INFO [stderr] | Nov 30 07:40:52.375 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 30 07:40:52.375 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.375 INFO [stderr] Nov 30 07:40:52.375 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 30 07:40:52.375 INFO [stderr] --> src/backend/models.rs:35:24 Nov 30 07:40:52.375 INFO [stderr] | Nov 30 07:40:52.375 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.375 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.376 INFO [stderr] | Nov 30 07:40:52.376 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 30 07:40:52.376 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.376 INFO [stderr] Nov 30 07:40:52.376 INFO [stderr] warning: cannot find type `Task` in this scope Nov 30 07:40:52.376 INFO [stderr] --> src/backend/models.rs:35:24 Nov 30 07:40:52.376 INFO [stderr] | Nov 30 07:40:52.376 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.376 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.376 INFO [stderr] | Nov 30 07:40:52.376 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 30 07:40:52.377 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.377 INFO [stderr] Nov 30 07:40:52.377 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 30 07:40:52.377 INFO [stderr] --> src/backend/models.rs:35:38 Nov 30 07:40:52.377 INFO [stderr] | Nov 30 07:40:52.377 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.377 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.377 INFO [stderr] | Nov 30 07:40:52.377 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 30 07:40:52.377 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.377 INFO [stderr] Nov 30 07:40:52.377 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 30 07:40:52.377 INFO [stderr] --> src/backend/models.rs:35:38 Nov 30 07:40:52.377 INFO [stderr] | Nov 30 07:40:52.377 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.378 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.378 INFO [stderr] | Nov 30 07:40:52.378 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 30 07:40:52.378 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.378 INFO [stderr] Nov 30 07:40:52.378 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 30 07:40:52.378 INFO [stderr] --> src/backend/models.rs:35:52 Nov 30 07:40:52.378 INFO [stderr] | Nov 30 07:40:52.378 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.378 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.378 INFO [stderr] | Nov 30 07:40:52.379 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 30 07:40:52.379 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.379 INFO [stderr] Nov 30 07:40:52.379 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 07:40:52.379 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 07:40:52.379 INFO [stderr] | Nov 30 07:40:52.379 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 07:40:52.379 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.379 INFO [stderr] | Nov 30 07:40:52.379 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 30 07:40:52.379 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.379 INFO [stderr] Nov 30 07:40:52.379 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 07:40:52.379 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.379 INFO [stderr] | Nov 30 07:40:52.379 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.379 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.379 INFO [stderr] | Nov 30 07:40:52.379 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 30 07:40:52.379 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.388 INFO [stderr] Nov 30 07:40:52.388 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 30 07:40:52.388 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.388 INFO [stderr] | Nov 30 07:40:52.388 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.388 INFO [stderr] | Nov 30 07:40:52.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 30 07:40:52.388 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.388 INFO [stderr] Nov 30 07:40:52.388 INFO [stderr] warning: cannot find type `task_id` in this scope Nov 30 07:40:52.388 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.388 INFO [stderr] | Nov 30 07:40:52.388 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.388 INFO [stderr] | Nov 30 07:40:52.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 30 07:40:52.388 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.388 INFO [stderr] Nov 30 07:40:52.388 INFO [stderr] warning: cannot find type `creator` in this scope Nov 30 07:40:52.388 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.388 INFO [stderr] | Nov 30 07:40:52.388 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.388 INFO [stderr] | Nov 30 07:40:52.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 30 07:40:52.388 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.388 INFO [stderr] Nov 30 07:40:52.388 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Nov 30 07:40:52.388 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.388 INFO [stderr] | Nov 30 07:40:52.388 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.388 INFO [stderr] | Nov 30 07:40:52.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 30 07:40:52.388 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.388 INFO [stderr] Nov 30 07:40:52.388 INFO [stderr] warning: cannot find type `create_date` in this scope Nov 30 07:40:52.388 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.388 INFO [stderr] | Nov 30 07:40:52.388 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.388 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.388 INFO [stderr] | Nov 30 07:40:52.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 30 07:40:52.388 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.388 INFO [stderr] Nov 30 07:40:52.389 INFO [stderr] warning: cannot find type `due_date` in this scope Nov 30 07:40:52.389 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.389 INFO [stderr] | Nov 30 07:40:52.389 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.389 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.389 INFO [stderr] | Nov 30 07:40:52.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 30 07:40:52.389 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.389 INFO [stderr] Nov 30 07:40:52.389 INFO [stderr] warning: cannot find type `name` in this scope Nov 30 07:40:52.389 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.389 INFO [stderr] | Nov 30 07:40:52.389 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.389 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.389 INFO [stderr] | Nov 30 07:40:52.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 30 07:40:52.389 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.389 INFO [stderr] Nov 30 07:40:52.389 INFO [stderr] warning: cannot find type `discord_id` in this scope Nov 30 07:40:52.389 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.389 INFO [stderr] | Nov 30 07:40:52.389 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.389 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.389 INFO [stderr] | Nov 30 07:40:52.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 30 07:40:52.389 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.389 INFO [stderr] Nov 30 07:40:52.393 INFO [stderr] warning: cannot find type `nickname` in this scope Nov 30 07:40:52.393 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.393 INFO [stderr] | Nov 30 07:40:52.393 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.393 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.393 INFO [stderr] | Nov 30 07:40:52.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 30 07:40:52.393 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.393 INFO [stderr] Nov 30 07:40:52.853 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 30 07:40:52.853 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 30 07:40:52.853 INFO [stderr] | Nov 30 07:40:52.853 INFO [stderr] 1 | use diesel::prelude::*; Nov 30 07:40:52.853 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 30 07:40:52.853 INFO [stderr] | Nov 30 07:40:52.853 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 07:40:52.855 INFO [stderr] Nov 30 07:40:52.855 INFO [stderr] warning: unused imports: `Error`, `err_msg` Nov 30 07:40:52.855 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 INFO [stderr] 2 | use failure::{Error,err_msg}; Nov 30 07:40:52.855 INFO [stderr] | ^^^^^ ^^^^^^^ Nov 30 07:40:52.855 INFO [stderr] Nov 30 07:40:52.855 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Nov 30 07:40:52.855 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 30 07:40:52.855 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 30 07:40:52.855 INFO [stderr] Nov 30 07:40:52.855 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 07:40:52.855 INFO [stderr] --> src/backend/models.rs:4:24 Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.855 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 07:40:52.855 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 30 07:40:52.855 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.855 INFO [stderr] Nov 30 07:40:52.855 INFO [stderr] warning: cannot find type `Task` in this scope Nov 30 07:40:52.855 INFO [stderr] --> src/backend/models.rs:4:24 Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.855 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 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 30 07:40:52.855 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.855 INFO [stderr] Nov 30 07:40:52.855 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 30 07:40:52.855 INFO [stderr] --> src/backend/models.rs:4:24 Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.855 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 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 30 07:40:52.855 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.855 INFO [stderr] Nov 30 07:40:52.855 INFO [stderr] warning: cannot find type `Task` in this scope Nov 30 07:40:52.855 INFO [stderr] --> src/backend/models.rs:4:38 Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.855 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 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 30 07:40:52.855 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.855 INFO [stderr] Nov 30 07:40:52.855 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 30 07:40:52.855 INFO [stderr] --> src/backend/models.rs:4:38 Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.855 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 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 30 07:40:52.855 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.855 INFO [stderr] Nov 30 07:40:52.855 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Nov 30 07:40:52.855 INFO [stderr] --> src/backend/models.rs:4:52 Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.855 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 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 30 07:40:52.855 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.855 INFO [stderr] Nov 30 07:40:52.855 INFO [stderr] warning: cannot find type `Task` in this scope Nov 30 07:40:52.855 INFO [stderr] --> src/backend/models.rs:4:52 Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.855 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 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 30 07:40:52.855 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.855 INFO [stderr] Nov 30 07:40:52.855 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 07:40:52.855 INFO [stderr] --> src/backend/models.rs:17:24 Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 30 07:40:52.855 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.855 INFO [stderr] | Nov 30 07:40:52.855 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 30 07:40:52.855 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.855 INFO [stderr] Nov 30 07:40:52.855 INFO [stderr] warning: cannot find type `users` in this scope Nov 30 07:40:52.855 INFO [stderr] --> src/backend/models.rs:17:24 Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 30 07:40:52.856 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 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 30 07:40:52.856 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.856 INFO [stderr] Nov 30 07:40:52.856 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 07:40:52.856 INFO [stderr] --> src/backend/models.rs:17:38 Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 30 07:40:52.856 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 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 30 07:40:52.856 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.856 INFO [stderr] Nov 30 07:40:52.856 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 07:40:52.856 INFO [stderr] --> src/backend/models.rs:25:24 Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.856 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 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 30 07:40:52.856 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.856 INFO [stderr] Nov 30 07:40:52.856 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 30 07:40:52.856 INFO [stderr] --> src/backend/models.rs:25:24 Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.856 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 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 30 07:40:52.856 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.856 INFO [stderr] Nov 30 07:40:52.856 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 30 07:40:52.856 INFO [stderr] --> src/backend/models.rs:25:24 Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.856 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 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 30 07:40:52.856 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.856 INFO [stderr] Nov 30 07:40:52.856 INFO [stderr] warning: cannot find type `Task` in this scope Nov 30 07:40:52.856 INFO [stderr] --> src/backend/models.rs:25:24 Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.856 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 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 30 07:40:52.856 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.856 INFO [stderr] Nov 30 07:40:52.856 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 30 07:40:52.856 INFO [stderr] --> src/backend/models.rs:25:38 Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.856 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 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 30 07:40:52.856 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.856 INFO [stderr] Nov 30 07:40:52.856 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 30 07:40:52.856 INFO [stderr] --> src/backend/models.rs:25:38 Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.856 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 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 30 07:40:52.856 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.856 INFO [stderr] Nov 30 07:40:52.856 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 30 07:40:52.856 INFO [stderr] --> src/backend/models.rs:25:52 Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.856 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 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 30 07:40:52.856 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.856 INFO [stderr] Nov 30 07:40:52.856 INFO [stderr] warning: cannot find type `User` in this scope Nov 30 07:40:52.856 INFO [stderr] --> src/backend/models.rs:35:24 Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.856 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.856 INFO [stderr] | Nov 30 07:40:52.856 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 30 07:40:52.856 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.856 INFO [stderr] Nov 30 07:40:52.856 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 30 07:40:52.856 INFO [stderr] --> src/backend/models.rs:35:24 Nov 30 07:40:52.857 INFO [stderr] | Nov 30 07:40:52.857 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.857 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.857 INFO [stderr] | Nov 30 07:40:52.857 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 30 07:40:52.857 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.857 INFO [stderr] Nov 30 07:40:52.857 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 30 07:40:52.857 INFO [stderr] --> src/backend/models.rs:35:24 Nov 30 07:40:52.857 INFO [stderr] | Nov 30 07:40:52.857 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.857 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.857 INFO [stderr] | Nov 30 07:40:52.857 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 30 07:40:52.857 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.857 INFO [stderr] Nov 30 07:40:52.857 INFO [stderr] warning: cannot find type `Task` in this scope Nov 30 07:40:52.857 INFO [stderr] --> src/backend/models.rs:35:24 Nov 30 07:40:52.857 INFO [stderr] | Nov 30 07:40:52.857 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.857 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.857 INFO [stderr] | Nov 30 07:40:52.857 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 30 07:40:52.857 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.857 INFO [stderr] Nov 30 07:40:52.861 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 30 07:40:52.861 INFO [stderr] --> src/backend/models.rs:35:38 Nov 30 07:40:52.861 INFO [stderr] | Nov 30 07:40:52.861 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.861 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.861 INFO [stderr] | Nov 30 07:40:52.861 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 30 07:40:52.861 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.861 INFO [stderr] Nov 30 07:40:52.861 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 30 07:40:52.861 INFO [stderr] --> src/backend/models.rs:35:38 Nov 30 07:40:52.861 INFO [stderr] | Nov 30 07:40:52.861 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.861 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.861 INFO [stderr] | Nov 30 07:40:52.861 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 30 07:40:52.861 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.861 INFO [stderr] Nov 30 07:40:52.861 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 30 07:40:52.861 INFO [stderr] --> src/backend/models.rs:35:52 Nov 30 07:40:52.861 INFO [stderr] | Nov 30 07:40:52.861 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 30 07:40:52.861 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.861 INFO [stderr] | Nov 30 07:40:52.861 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 30 07:40:52.861 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.861 INFO [stderr] Nov 30 07:40:52.861 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 07:40:52.861 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 07:40:52.861 INFO [stderr] | Nov 30 07:40:52.861 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 07:40:52.861 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.861 INFO [stderr] | Nov 30 07:40:52.861 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 30 07:40:52.861 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.861 INFO [stderr] Nov 30 07:40:52.861 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 07:40:52.861 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.861 INFO [stderr] | Nov 30 07:40:52.861 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.861 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.861 INFO [stderr] | Nov 30 07:40:52.861 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 30 07:40:52.861 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.861 INFO [stderr] Nov 30 07:40:52.862 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 30 07:40:52.862 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.862 INFO [stderr] | Nov 30 07:40:52.862 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.862 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.862 INFO [stderr] | Nov 30 07:40:52.862 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 30 07:40:52.862 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.862 INFO [stderr] Nov 30 07:40:52.862 INFO [stderr] warning: cannot find type `task_id` in this scope Nov 30 07:40:52.862 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.862 INFO [stderr] | Nov 30 07:40:52.862 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.862 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.862 INFO [stderr] | Nov 30 07:40:52.862 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 30 07:40:52.862 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.862 INFO [stderr] Nov 30 07:40:52.863 INFO [stderr] warning: cannot find type `creator` in this scope Nov 30 07:40:52.863 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.863 INFO [stderr] | Nov 30 07:40:52.863 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.863 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.863 INFO [stderr] | Nov 30 07:40:52.863 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 30 07:40:52.863 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.863 INFO [stderr] Nov 30 07:40:52.863 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Nov 30 07:40:52.863 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.863 INFO [stderr] | Nov 30 07:40:52.863 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.863 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.863 INFO [stderr] | Nov 30 07:40:52.863 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 30 07:40:52.863 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.863 INFO [stderr] Nov 30 07:40:52.863 INFO [stderr] warning: cannot find type `create_date` in this scope Nov 30 07:40:52.863 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.863 INFO [stderr] | Nov 30 07:40:52.863 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.863 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.863 INFO [stderr] | Nov 30 07:40:52.863 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 30 07:40:52.863 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.863 INFO [stderr] Nov 30 07:40:52.863 INFO [stderr] warning: cannot find type `due_date` in this scope Nov 30 07:40:52.863 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.863 INFO [stderr] | Nov 30 07:40:52.863 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.864 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.864 INFO [stderr] | Nov 30 07:40:52.864 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 30 07:40:52.864 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.864 INFO [stderr] Nov 30 07:40:52.864 INFO [stderr] warning: cannot find type `name` in this scope Nov 30 07:40:52.864 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.864 INFO [stderr] | Nov 30 07:40:52.864 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.864 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.864 INFO [stderr] | Nov 30 07:40:52.864 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 30 07:40:52.864 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.864 INFO [stderr] Nov 30 07:40:52.864 INFO [stderr] warning: cannot find type `discord_id` in this scope Nov 30 07:40:52.864 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.864 INFO [stderr] | Nov 30 07:40:52.864 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.864 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.864 INFO [stderr] | Nov 30 07:40:52.864 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 30 07:40:52.864 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.864 INFO [stderr] Nov 30 07:40:52.864 INFO [stderr] warning: cannot find type `nickname` in this scope Nov 30 07:40:52.864 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 07:40:52.864 INFO [stderr] | Nov 30 07:40:52.864 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 07:40:52.864 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 07:40:52.864 INFO [stderr] | Nov 30 07:40:52.864 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 30 07:40:52.864 INFO [stderr] = note: for more information, see issue #50504 Nov 30 07:40:52.864 INFO [stderr] Nov 30 07:40:53.166 INFO [stderr] warning: field is never used: `db` Nov 30 07:40:53.166 INFO [stderr] --> src/controller.rs:11:5 Nov 30 07:40:53.166 INFO [stderr] | Nov 30 07:40:53.166 INFO [stderr] 11 | pub(crate) db: Mutex, Nov 30 07:40:53.166 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 07:40:53.183 INFO [stderr] | Nov 30 07:40:53.183 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 30 07:40:53.183 INFO [stderr] Nov 30 07:40:54.120 INFO [stderr] warning: field is never used: `db` Nov 30 07:40:54.120 INFO [stderr] --> src/controller.rs:11:5 Nov 30 07:40:54.120 INFO [stderr] | Nov 30 07:40:54.120 INFO [stderr] 11 | pub(crate) db: Mutex, Nov 30 07:40:54.120 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 07:40:54.120 INFO [stderr] | Nov 30 07:40:54.128 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 30 07:40:54.128 INFO [stderr] Nov 30 07:41:01.320 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Nov 30 07:41:01.348 INFO [stderr] su: No module specific data is present Nov 30 07:41:02.104 INFO running `"docker" "inspect" "1b22e87b5043e8f415f63056521e3f79dee37e4eebdad9ccf25ccdc086b21ce6"` Nov 30 07:41:02.389 INFO running `"docker" "rm" "-f" "1b22e87b5043e8f415f63056521e3f79dee37e4eebdad9ccf25ccdc086b21ce6"` Nov 30 07:41:02.752 INFO [stdout] 1b22e87b5043e8f415f63056521e3f79dee37e4eebdad9ccf25ccdc086b21ce6