Nov 28 10:07:12.708 INFO checking acmumn/tet against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 10:07:12.708 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-6/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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.919 INFO [stdout] 8a69698b4a9075d216cdca7c1d0b60ac6f7205489484c9916b31d9a4b50de44a Nov 28 10:07:12.922 INFO running `"docker" "start" "-a" "8a69698b4a9075d216cdca7c1d0b60ac6f7205489484c9916b31d9a4b50de44a"` Nov 28 10:07:13.265 INFO [stderr] usermod: no changes Nov 28 10:07:13.633 INFO [stderr] Checking nom v2.2.1 Nov 28 10:07:13.633 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Nov 28 10:07:13.660 INFO [stderr] Checking chrono v0.4.4 Nov 28 10:07:13.661 INFO [stderr] Checking hyper v0.10.13 Nov 28 10:07:13.661 INFO [stderr] Compiling mime_guess v1.8.6 Nov 28 10:07:13.673 INFO [stderr] Checking config v0.9.0 Nov 28 10:07:23.125 INFO [stderr] Checking diesel v1.3.2 Nov 28 10:07:25.934 INFO [stderr] Checking schedule v0.1.0 Nov 28 10:07:30.874 INFO [stderr] Checking hyper-native-tls v0.2.4 Nov 28 10:07:30.881 INFO [stderr] Checking multipart v0.13.6 Nov 28 10:07:30.883 INFO [stderr] Checking evzht9h3nznqzwl v0.0.3 Nov 28 10:07:38.269 INFO [stderr] Checking serenity v0.5.5 Nov 28 10:08:13.376 INFO [stderr] Checking tet v0.1.0 (/source) Nov 28 10:08:22.369 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 28 10:08:22.370 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 28 10:08:22.370 INFO [stderr] | Nov 28 10:08:22.370 INFO [stderr] 1 | use diesel::prelude::*; Nov 28 10:08:22.371 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 10:08:22.371 INFO [stderr] | Nov 28 10:08:22.372 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 10:08:22.372 INFO [stderr] Nov 28 10:08:22.373 INFO [stderr] warning: unused imports: `Error`, `err_msg` Nov 28 10:08:22.373 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 28 10:08:22.374 INFO [stderr] | Nov 28 10:08:22.374 INFO [stderr] 2 | use failure::{Error,err_msg}; Nov 28 10:08:22.375 INFO [stderr] | ^^^^^ ^^^^^^^ Nov 28 10:08:22.375 INFO [stderr] Nov 28 10:08:22.376 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Nov 28 10:08:22.376 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 28 10:08:22.377 INFO [stderr] | Nov 28 10:08:22.377 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 28 10:08:22.378 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 28 10:08:22.378 INFO [stderr] Nov 28 10:08:22.379 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:22.379 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:22.380 INFO [stderr] | Nov 28 10:08:22.381 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.381 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.382 INFO [stderr] | Nov 28 10:08:22.382 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 10:08:22.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:22.383 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.384 INFO [stderr] Nov 28 10:08:22.384 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:22.385 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:22.385 INFO [stderr] | Nov 28 10:08:22.386 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.386 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.387 INFO [stderr] | Nov 28 10:08:22.387 INFO [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:22.388 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.388 INFO [stderr] Nov 28 10:08:22.389 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 28 10:08:22.389 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:22.390 INFO [stderr] | Nov 28 10:08:22.390 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.390 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.391 INFO [stderr] | Nov 28 10:08:22.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:22.392 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.392 INFO [stderr] Nov 28 10:08:22.393 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:22.393 INFO [stderr] --> src/backend/models.rs:4:38 Nov 28 10:08:22.394 INFO [stderr] | Nov 28 10:08:22.394 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.395 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.395 INFO [stderr] | Nov 28 10:08:22.396 INFO [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:22.396 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.397 INFO [stderr] Nov 28 10:08:22.397 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 28 10:08:22.398 INFO [stderr] --> src/backend/models.rs:4:38 Nov 28 10:08:22.398 INFO [stderr] | Nov 28 10:08:22.399 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.399 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.400 INFO [stderr] | Nov 28 10:08:22.400 INFO [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:22.401 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.401 INFO [stderr] Nov 28 10:08:22.402 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Nov 28 10:08:22.403 INFO [stderr] --> src/backend/models.rs:4:52 Nov 28 10:08:22.403 INFO [stderr] | Nov 28 10:08:22.404 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.404 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.405 INFO [stderr] | Nov 28 10:08:22.405 INFO [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:22.406 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.406 INFO [stderr] Nov 28 10:08:22.407 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:22.407 INFO [stderr] --> src/backend/models.rs:4:52 Nov 28 10:08:22.408 INFO [stderr] | Nov 28 10:08:22.408 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.409 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.410 INFO [stderr] | Nov 28 10:08:22.410 INFO [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:22.411 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.411 INFO [stderr] Nov 28 10:08:22.412 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:22.412 INFO [stderr] --> src/backend/models.rs:17:24 Nov 28 10:08:22.413 INFO [stderr] | Nov 28 10:08:22.413 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:22.413 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.414 INFO [stderr] | Nov 28 10:08:22.414 INFO [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:22.415 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.415 INFO [stderr] Nov 28 10:08:22.416 INFO [stderr] warning: cannot find type `users` in this scope Nov 28 10:08:22.416 INFO [stderr] --> src/backend/models.rs:17:24 Nov 28 10:08:22.417 INFO [stderr] | Nov 28 10:08:22.417 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:22.417 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.418 INFO [stderr] | Nov 28 10:08:22.418 INFO [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:22.419 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.419 INFO [stderr] Nov 28 10:08:22.420 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:22.421 INFO [stderr] --> src/backend/models.rs:17:38 Nov 28 10:08:22.421 INFO [stderr] | Nov 28 10:08:22.422 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:22.422 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [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:22.422 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.422 INFO [stderr] Nov 28 10:08:22.422 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:22.422 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.422 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [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:22.422 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.422 INFO [stderr] Nov 28 10:08:22.422 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:22.422 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.422 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [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:22.422 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.422 INFO [stderr] Nov 28 10:08:22.422 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 28 10:08:22.422 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.422 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [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:22.422 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.422 INFO [stderr] Nov 28 10:08:22.422 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:22.422 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.422 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [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:22.422 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.422 INFO [stderr] Nov 28 10:08:22.422 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:22.422 INFO [stderr] --> src/backend/models.rs:25:38 Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.422 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [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:22.422 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.422 INFO [stderr] Nov 28 10:08:22.422 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 28 10:08:22.422 INFO [stderr] --> src/backend/models.rs:25:38 Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.422 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [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:22.422 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.422 INFO [stderr] Nov 28 10:08:22.422 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:22.422 INFO [stderr] --> src/backend/models.rs:25:52 Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.422 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [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:22.422 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.422 INFO [stderr] Nov 28 10:08:22.422 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:22.422 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.422 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [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:22.422 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.422 INFO [stderr] Nov 28 10:08:22.422 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:22.422 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:22.422 INFO [stderr] | Nov 28 10:08:22.422 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.422 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.430 INFO [stderr] | Nov 28 10:08:22.430 INFO [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:22.431 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.431 INFO [stderr] Nov 28 10:08:22.431 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 28 10:08:22.431 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.431 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [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:22.431 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.431 INFO [stderr] Nov 28 10:08:22.431 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:22.431 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.431 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [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:22.431 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.431 INFO [stderr] Nov 28 10:08:22.431 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:22.431 INFO [stderr] --> src/backend/models.rs:35:38 Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.431 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [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:22.431 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.431 INFO [stderr] Nov 28 10:08:22.431 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 28 10:08:22.431 INFO [stderr] --> src/backend/models.rs:35:38 Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.431 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [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:22.431 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.431 INFO [stderr] Nov 28 10:08:22.431 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:22.431 INFO [stderr] --> src/backend/models.rs:35:52 Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.431 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [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:22.431 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.431 INFO [stderr] Nov 28 10:08:22.431 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 10:08:22.431 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 10:08:22.431 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [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:22.431 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.431 INFO [stderr] Nov 28 10:08:22.431 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 10:08:22.431 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.431 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [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:22.431 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.431 INFO [stderr] Nov 28 10:08:22.431 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 28 10:08:22.431 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.431 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [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:22.431 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.431 INFO [stderr] Nov 28 10:08:22.431 INFO [stderr] warning: cannot find type `task_id` in this scope Nov 28 10:08:22.431 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.431 INFO [stderr] | Nov 28 10:08:22.431 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.432 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.432 INFO [stderr] | Nov 28 10:08:22.432 INFO [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:22.432 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.432 INFO [stderr] Nov 28 10:08:22.443 INFO [stderr] warning: cannot find type `creator` in this scope Nov 28 10:08:22.443 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.443 INFO [stderr] | Nov 28 10:08:22.443 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.443 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.448 INFO [stderr] | Nov 28 10:08:22.448 INFO [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:22.448 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.448 INFO [stderr] Nov 28 10:08:22.448 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Nov 28 10:08:22.448 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.448 INFO [stderr] | Nov 28 10:08:22.448 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.448 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.448 INFO [stderr] | Nov 28 10:08:22.448 INFO [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:22.448 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.449 INFO [stderr] Nov 28 10:08:22.449 INFO [stderr] warning: cannot find type `create_date` in this scope Nov 28 10:08:22.449 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.449 INFO [stderr] | Nov 28 10:08:22.449 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.449 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.449 INFO [stderr] | Nov 28 10:08:22.449 INFO [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:22.449 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.449 INFO [stderr] Nov 28 10:08:22.449 INFO [stderr] warning: cannot find type `due_date` in this scope Nov 28 10:08:22.449 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.449 INFO [stderr] | Nov 28 10:08:22.449 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.449 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.449 INFO [stderr] | Nov 28 10:08:22.449 INFO [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:22.449 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.449 INFO [stderr] Nov 28 10:08:22.449 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 10:08:22.449 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.449 INFO [stderr] | Nov 28 10:08:22.449 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.449 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.449 INFO [stderr] | Nov 28 10:08:22.449 INFO [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:22.449 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.449 INFO [stderr] Nov 28 10:08:22.449 INFO [stderr] warning: cannot find type `discord_id` in this scope Nov 28 10:08:22.449 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.449 INFO [stderr] | Nov 28 10:08:22.449 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.449 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.449 INFO [stderr] | Nov 28 10:08:22.449 INFO [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:22.449 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.449 INFO [stderr] Nov 28 10:08:22.449 INFO [stderr] warning: cannot find type `nickname` in this scope Nov 28 10:08:22.449 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.449 INFO [stderr] | Nov 28 10:08:22.449 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.449 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.449 INFO [stderr] | Nov 28 10:08:22.449 INFO [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:22.449 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.449 INFO [stderr] Nov 28 10:08:22.923 INFO [stderr] warning: unused import: `diesel::prelude::*` Nov 28 10:08:22.923 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 28 10:08:22.923 INFO [stderr] | Nov 28 10:08:22.923 INFO [stderr] 1 | use diesel::prelude::*; Nov 28 10:08:22.923 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 28 10:08:22.923 INFO [stderr] | Nov 28 10:08:22.923 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 10:08:22.923 INFO [stderr] Nov 28 10:08:22.923 INFO [stderr] warning: unused imports: `Error`, `err_msg` Nov 28 10:08:22.923 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 28 10:08:22.923 INFO [stderr] | Nov 28 10:08:22.923 INFO [stderr] 2 | use failure::{Error,err_msg}; Nov 28 10:08:22.923 INFO [stderr] | ^^^^^ ^^^^^^^ Nov 28 10:08:22.923 INFO [stderr] Nov 28 10:08:22.923 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Nov 28 10:08:22.923 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 28 10:08:22.923 INFO [stderr] | Nov 28 10:08:22.923 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 28 10:08:22.923 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 28 10:08:22.923 INFO [stderr] Nov 28 10:08:22.923 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:22.923 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:22.923 INFO [stderr] | Nov 28 10:08:22.923 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.923 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.923 INFO [stderr] | Nov 28 10:08:22.923 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 10:08:22.923 INFO [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:22.923 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.923 INFO [stderr] Nov 28 10:08:22.923 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:22.924 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:22.924 INFO [stderr] | Nov 28 10:08:22.924 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.925 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.925 INFO [stderr] | Nov 28 10:08:22.925 INFO [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:22.926 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.926 INFO [stderr] Nov 28 10:08:22.926 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 28 10:08:22.926 INFO [stderr] --> src/backend/models.rs:4:24 Nov 28 10:08:22.927 INFO [stderr] | Nov 28 10:08:22.927 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.927 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.928 INFO [stderr] | Nov 28 10:08:22.928 INFO [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:22.928 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.929 INFO [stderr] Nov 28 10:08:22.929 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:22.929 INFO [stderr] --> src/backend/models.rs:4:38 Nov 28 10:08:22.929 INFO [stderr] | Nov 28 10:08:22.930 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.930 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.930 INFO [stderr] | Nov 28 10:08:22.931 INFO [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:22.931 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.931 INFO [stderr] Nov 28 10:08:22.931 INFO [stderr] warning: cannot find type `tasks` in this scope Nov 28 10:08:22.932 INFO [stderr] --> src/backend/models.rs:4:38 Nov 28 10:08:22.932 INFO [stderr] | Nov 28 10:08:22.932 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.933 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.933 INFO [stderr] | Nov 28 10:08:22.933 INFO [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:22.933 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.934 INFO [stderr] Nov 28 10:08:22.934 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Nov 28 10:08:22.934 INFO [stderr] --> src/backend/models.rs:4:52 Nov 28 10:08:22.934 INFO [stderr] | Nov 28 10:08:22.935 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.935 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.935 INFO [stderr] | Nov 28 10:08:22.936 INFO [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:22.936 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.936 INFO [stderr] Nov 28 10:08:22.936 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:22.937 INFO [stderr] --> src/backend/models.rs:4:52 Nov 28 10:08:22.937 INFO [stderr] | Nov 28 10:08:22.937 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.938 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.938 INFO [stderr] | Nov 28 10:08:22.938 INFO [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:22.938 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.939 INFO [stderr] Nov 28 10:08:22.939 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:22.939 INFO [stderr] --> src/backend/models.rs:17:24 Nov 28 10:08:22.939 INFO [stderr] | Nov 28 10:08:22.940 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:22.940 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.940 INFO [stderr] | Nov 28 10:08:22.941 INFO [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:22.941 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.943 INFO [stderr] Nov 28 10:08:22.943 INFO [stderr] warning: cannot find type `users` in this scope Nov 28 10:08:22.943 INFO [stderr] --> src/backend/models.rs:17:24 Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:22.943 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [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:22.943 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.943 INFO [stderr] Nov 28 10:08:22.943 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:22.943 INFO [stderr] --> src/backend/models.rs:17:38 Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 28 10:08:22.943 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [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:22.943 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.943 INFO [stderr] Nov 28 10:08:22.943 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:22.943 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.943 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [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:22.943 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.943 INFO [stderr] Nov 28 10:08:22.943 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:22.943 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.943 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [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:22.943 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.943 INFO [stderr] Nov 28 10:08:22.943 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 28 10:08:22.943 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.943 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [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:22.943 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.943 INFO [stderr] Nov 28 10:08:22.943 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:22.943 INFO [stderr] --> src/backend/models.rs:25:24 Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.943 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [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:22.943 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.943 INFO [stderr] Nov 28 10:08:22.943 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:22.943 INFO [stderr] --> src/backend/models.rs:25:38 Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.943 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.943 INFO [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:22.943 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.943 INFO [stderr] Nov 28 10:08:22.943 INFO [stderr] warning: cannot find type `task_assignments` in this scope Nov 28 10:08:22.943 INFO [stderr] --> src/backend/models.rs:25:38 Nov 28 10:08:22.943 INFO [stderr] | Nov 28 10:08:22.944 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.944 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [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:22.944 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.944 INFO [stderr] Nov 28 10:08:22.944 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Nov 28 10:08:22.944 INFO [stderr] --> src/backend/models.rs:25:52 Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.944 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [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:22.944 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.944 INFO [stderr] Nov 28 10:08:22.944 INFO [stderr] warning: cannot find type `User` in this scope Nov 28 10:08:22.944 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.944 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [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:22.944 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.944 INFO [stderr] Nov 28 10:08:22.944 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:22.944 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.944 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [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:22.944 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.944 INFO [stderr] Nov 28 10:08:22.944 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 28 10:08:22.944 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.944 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [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:22.944 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.944 INFO [stderr] Nov 28 10:08:22.944 INFO [stderr] warning: cannot find type `Task` in this scope Nov 28 10:08:22.944 INFO [stderr] --> src/backend/models.rs:35:24 Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.944 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [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:22.944 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.944 INFO [stderr] Nov 28 10:08:22.944 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:22.944 INFO [stderr] --> src/backend/models.rs:35:38 Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.944 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [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:22.944 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.944 INFO [stderr] Nov 28 10:08:22.944 INFO [stderr] warning: cannot find type `task_completions` in this scope Nov 28 10:08:22.944 INFO [stderr] --> src/backend/models.rs:35:38 Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.944 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [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:22.944 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.944 INFO [stderr] Nov 28 10:08:22.944 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Nov 28 10:08:22.944 INFO [stderr] --> src/backend/models.rs:35:52 Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 28 10:08:22.944 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.944 INFO [stderr] | Nov 28 10:08:22.944 INFO [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:22.944 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.944 INFO [stderr] Nov 28 10:08:22.944 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 10:08:22.944 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 10:08:22.945 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [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:22.945 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.945 INFO [stderr] Nov 28 10:08:22.945 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 10:08:22.945 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.945 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [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:22.945 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.945 INFO [stderr] Nov 28 10:08:22.945 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 28 10:08:22.945 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.945 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [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:22.945 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.945 INFO [stderr] Nov 28 10:08:22.945 INFO [stderr] warning: cannot find type `task_id` in this scope Nov 28 10:08:22.945 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.945 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [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:22.945 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.945 INFO [stderr] Nov 28 10:08:22.945 INFO [stderr] warning: cannot find type `creator` in this scope Nov 28 10:08:22.945 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.945 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [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:22.945 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.945 INFO [stderr] Nov 28 10:08:22.945 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Nov 28 10:08:22.945 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.945 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [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:22.945 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.945 INFO [stderr] Nov 28 10:08:22.945 INFO [stderr] warning: cannot find type `create_date` in this scope Nov 28 10:08:22.945 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.945 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [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:22.945 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.945 INFO [stderr] Nov 28 10:08:22.945 INFO [stderr] warning: cannot find type `due_date` in this scope Nov 28 10:08:22.945 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.945 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [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:22.945 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.945 INFO [stderr] Nov 28 10:08:22.945 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 10:08:22.945 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.945 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.945 INFO [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:22.945 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.945 INFO [stderr] Nov 28 10:08:22.945 INFO [stderr] warning: cannot find type `discord_id` in this scope Nov 28 10:08:22.945 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.945 INFO [stderr] | Nov 28 10:08:22.946 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.946 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.946 INFO [stderr] | Nov 28 10:08:22.946 INFO [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:22.946 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.946 INFO [stderr] Nov 28 10:08:22.946 INFO [stderr] warning: cannot find type `nickname` in this scope Nov 28 10:08:22.946 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:08:22.946 INFO [stderr] | Nov 28 10:08:22.946 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:08:22.946 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:08:22.946 INFO [stderr] | Nov 28 10:08:22.946 INFO [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:22.946 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:08:22.946 INFO [stderr] Nov 28 10:08:23.732 INFO [stderr] warning: field is never used: `db` Nov 28 10:08:23.733 INFO [stderr] --> src/controller.rs:11:5 Nov 28 10:08:23.733 INFO [stderr] | Nov 28 10:08:23.734 INFO [stderr] 11 | pub(crate) db: Mutex, Nov 28 10:08:23.734 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 10:08:23.734 INFO [stderr] | Nov 28 10:08:23.735 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 28 10:08:23.735 INFO [stderr] Nov 28 10:08:24.315 INFO [stderr] warning: field is never used: `db` Nov 28 10:08:24.315 INFO [stderr] --> src/controller.rs:11:5 Nov 28 10:08:24.315 INFO [stderr] | Nov 28 10:08:24.316 INFO [stderr] 11 | pub(crate) db: Mutex, Nov 28 10:08:24.316 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 10:08:24.316 INFO [stderr] | Nov 28 10:08:24.316 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 28 10:08:24.316 INFO [stderr] Nov 28 10:08:32.664 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Nov 28 10:08:32.676 INFO [stderr] su: No module specific data is present Nov 28 10:08:33.728 INFO running `"docker" "inspect" "8a69698b4a9075d216cdca7c1d0b60ac6f7205489484c9916b31d9a4b50de44a"` Nov 28 10:08:33.961 INFO running `"docker" "rm" "-f" "8a69698b4a9075d216cdca7c1d0b60ac6f7205489484c9916b31d9a4b50de44a"` Nov 28 10:08:34.228 INFO [stdout] 8a69698b4a9075d216cdca7c1d0b60ac6f7205489484c9916b31d9a4b50de44a