Dec 18 04:36:27.466 INFO checking acmumn/tet against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 04:36:27.466 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-0/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/acmumn/tet:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 04:36:27.752 INFO [stdout] e1bd9dd74fb6b50bc31abad54b190e9580d13987e44459c9c3bc8a6361b5f59b Dec 18 04:36:27.760 INFO running `"docker" "start" "-a" "e1bd9dd74fb6b50bc31abad54b190e9580d13987e44459c9c3bc8a6361b5f59b"` Dec 18 04:36:28.842 INFO [stderr] Compiling libsqlite3-sys v0.9.1 Dec 18 04:36:28.846 INFO [stderr] Checking chrono v0.4.4 Dec 18 04:36:28.847 INFO [stderr] Checking hyper v0.10.13 Dec 18 04:36:28.847 INFO [stderr] Checking num v0.1.42 Dec 18 04:36:28.851 INFO [stderr] Compiling mime_guess v1.8.6 Dec 18 04:36:28.852 INFO [stderr] Checking config v0.9.0 Dec 18 04:36:29.342 INFO [stderr] Checking chrono v0.2.25 Dec 18 04:36:30.808 INFO [stderr] Checking diesel v1.3.2 Dec 18 04:36:35.114 INFO [stderr] Checking schedule v0.1.0 Dec 18 04:36:39.378 INFO [stderr] Checking hyper-native-tls v0.2.4 Dec 18 04:36:39.397 INFO [stderr] Checking multipart v0.13.6 Dec 18 04:36:39.399 INFO [stderr] Checking evzht9h3nznqzwl v0.0.3 Dec 18 04:36:43.445 INFO [stderr] Checking serenity v0.5.5 Dec 18 04:37:11.518 INFO [stderr] Checking tet v0.1.0 (/opt/crater/workdir) Dec 18 04:37:15.613 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 18 04:37:15.613 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Dec 18 04:37:15.614 INFO [stderr] | Dec 18 04:37:15.614 INFO [stderr] 1 | use diesel::prelude::*; Dec 18 04:37:15.614 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 04:37:15.614 INFO [stderr] | Dec 18 04:37:15.614 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 04:37:15.614 INFO [stderr] Dec 18 04:37:15.614 INFO [stderr] warning: unused imports: `Error`, `err_msg` Dec 18 04:37:15.614 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Dec 18 04:37:15.614 INFO [stderr] | Dec 18 04:37:15.615 INFO [stderr] 2 | use failure::{Error,err_msg}; Dec 18 04:37:15.615 INFO [stderr] | ^^^^^ ^^^^^^^ Dec 18 04:37:15.615 INFO [stderr] Dec 18 04:37:15.615 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Dec 18 04:37:15.615 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Dec 18 04:37:15.615 INFO [stderr] | Dec 18 04:37:15.615 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Dec 18 04:37:15.615 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Dec 18 04:37:15.615 INFO [stderr] Dec 18 04:37:15.616 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:15.616 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:15.616 INFO [stderr] | Dec 18 04:37:15.616 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.616 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.616 INFO [stderr] | Dec 18 04:37:15.616 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 18 04:37:15.616 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.617 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.617 INFO [stderr] Dec 18 04:37:15.617 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:15.617 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:15.617 INFO [stderr] | Dec 18 04:37:15.617 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.617 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.617 INFO [stderr] | Dec 18 04:37:15.617 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.617 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.617 INFO [stderr] Dec 18 04:37:15.617 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 18 04:37:15.618 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:15.618 INFO [stderr] | Dec 18 04:37:15.618 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.618 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.618 INFO [stderr] | Dec 18 04:37:15.618 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.618 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.618 INFO [stderr] Dec 18 04:37:15.618 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:15.618 INFO [stderr] --> src/backend/models.rs:4:38 Dec 18 04:37:15.618 INFO [stderr] | Dec 18 04:37:15.618 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.618 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.619 INFO [stderr] | Dec 18 04:37:15.619 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.619 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.619 INFO [stderr] Dec 18 04:37:15.619 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 18 04:37:15.619 INFO [stderr] --> src/backend/models.rs:4:38 Dec 18 04:37:15.619 INFO [stderr] | Dec 18 04:37:15.619 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.619 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.619 INFO [stderr] | Dec 18 04:37:15.619 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.619 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.620 INFO [stderr] Dec 18 04:37:15.620 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Dec 18 04:37:15.620 INFO [stderr] --> src/backend/models.rs:4:52 Dec 18 04:37:15.620 INFO [stderr] | Dec 18 04:37:15.620 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.620 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.620 INFO [stderr] | Dec 18 04:37:15.620 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.620 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.620 INFO [stderr] Dec 18 04:37:15.621 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:15.621 INFO [stderr] --> src/backend/models.rs:4:52 Dec 18 04:37:15.621 INFO [stderr] | Dec 18 04:37:15.621 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.621 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.621 INFO [stderr] | Dec 18 04:37:15.621 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.621 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.621 INFO [stderr] Dec 18 04:37:15.622 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:15.622 INFO [stderr] --> src/backend/models.rs:17:24 Dec 18 04:37:15.622 INFO [stderr] | Dec 18 04:37:15.622 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:15.622 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.622 INFO [stderr] | Dec 18 04:37:15.622 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.622 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.622 INFO [stderr] Dec 18 04:37:15.623 INFO [stderr] warning: cannot find type `users` in this scope Dec 18 04:37:15.623 INFO [stderr] --> src/backend/models.rs:17:24 Dec 18 04:37:15.623 INFO [stderr] | Dec 18 04:37:15.623 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:15.623 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.623 INFO [stderr] | Dec 18 04:37:15.623 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.623 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.623 INFO [stderr] Dec 18 04:37:15.624 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:15.624 INFO [stderr] --> src/backend/models.rs:17:38 Dec 18 04:37:15.624 INFO [stderr] | Dec 18 04:37:15.624 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:15.624 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.624 INFO [stderr] | Dec 18 04:37:15.624 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.625 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.625 INFO [stderr] Dec 18 04:37:15.625 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:15.625 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:15.626 INFO [stderr] | Dec 18 04:37:15.626 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.626 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.627 INFO [stderr] | Dec 18 04:37:15.627 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.627 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.627 INFO [stderr] Dec 18 04:37:15.628 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:15.628 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:15.628 INFO [stderr] | Dec 18 04:37:15.629 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.629 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.629 INFO [stderr] | Dec 18 04:37:15.629 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.629 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.630 INFO [stderr] Dec 18 04:37:15.630 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 18 04:37:15.630 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:15.630 INFO [stderr] | Dec 18 04:37:15.630 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.630 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.630 INFO [stderr] | Dec 18 04:37:15.631 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.631 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.631 INFO [stderr] Dec 18 04:37:15.631 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:15.632 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:15.632 INFO [stderr] | Dec 18 04:37:15.632 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.632 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.632 INFO [stderr] | Dec 18 04:37:15.632 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.633 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.633 INFO [stderr] Dec 18 04:37:15.633 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:15.634 INFO [stderr] --> src/backend/models.rs:25:38 Dec 18 04:37:15.634 INFO [stderr] | Dec 18 04:37:15.634 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.634 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.634 INFO [stderr] | Dec 18 04:37:15.634 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.635 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.635 INFO [stderr] Dec 18 04:37:15.635 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 18 04:37:15.636 INFO [stderr] --> src/backend/models.rs:25:38 Dec 18 04:37:15.636 INFO [stderr] | Dec 18 04:37:15.636 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.636 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.636 INFO [stderr] | Dec 18 04:37:15.636 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.636 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.637 INFO [stderr] Dec 18 04:37:15.637 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:15.637 INFO [stderr] --> src/backend/models.rs:25:52 Dec 18 04:37:15.637 INFO [stderr] | Dec 18 04:37:15.637 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.637 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.638 INFO [stderr] | Dec 18 04:37:15.638 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.638 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.638 INFO [stderr] Dec 18 04:37:15.639 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:15.639 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:15.639 INFO [stderr] | Dec 18 04:37:15.639 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.639 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.640 INFO [stderr] | Dec 18 04:37:15.640 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.640 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.640 INFO [stderr] Dec 18 04:37:15.641 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:15.641 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:15.641 INFO [stderr] | Dec 18 04:37:15.641 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.641 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.641 INFO [stderr] | Dec 18 04:37:15.641 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.642 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.642 INFO [stderr] Dec 18 04:37:15.642 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 18 04:37:15.642 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:15.642 INFO [stderr] | Dec 18 04:37:15.642 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.642 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.643 INFO [stderr] | Dec 18 04:37:15.643 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.643 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.643 INFO [stderr] Dec 18 04:37:15.644 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:15.644 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:15.644 INFO [stderr] | Dec 18 04:37:15.644 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.644 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.644 INFO [stderr] | Dec 18 04:37:15.644 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.645 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.645 INFO [stderr] Dec 18 04:37:15.645 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:15.646 INFO [stderr] --> src/backend/models.rs:35:38 Dec 18 04:37:15.646 INFO [stderr] | Dec 18 04:37:15.646 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.646 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.646 INFO [stderr] | Dec 18 04:37:15.646 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.647 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.647 INFO [stderr] Dec 18 04:37:15.647 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 18 04:37:15.647 INFO [stderr] --> src/backend/models.rs:35:38 Dec 18 04:37:15.648 INFO [stderr] | Dec 18 04:37:15.648 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.648 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.648 INFO [stderr] | Dec 18 04:37:15.648 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.648 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.649 INFO [stderr] Dec 18 04:37:15.649 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:15.649 INFO [stderr] --> src/backend/models.rs:35:52 Dec 18 04:37:15.650 INFO [stderr] | Dec 18 04:37:15.650 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.650 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.650 INFO [stderr] | Dec 18 04:37:15.650 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.651 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.651 INFO [stderr] Dec 18 04:37:15.651 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 04:37:15.652 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 04:37:15.652 INFO [stderr] | Dec 18 04:37:15.652 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 04:37:15.652 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.653 INFO [stderr] | Dec 18 04:37:15.653 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.653 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.653 INFO [stderr] Dec 18 04:37:15.654 INFO [stderr] warning: cannot find type `id` in this scope Dec 18 04:37:15.654 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.654 INFO [stderr] | Dec 18 04:37:15.654 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.654 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.654 INFO [stderr] | Dec 18 04:37:15.654 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.654 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.654 INFO [stderr] Dec 18 04:37:15.654 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 18 04:37:15.654 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.654 INFO [stderr] | Dec 18 04:37:15.655 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.655 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.655 INFO [stderr] | Dec 18 04:37:15.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.655 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.655 INFO [stderr] Dec 18 04:37:15.655 INFO [stderr] warning: cannot find type `task_id` in this scope Dec 18 04:37:15.655 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.655 INFO [stderr] | Dec 18 04:37:15.655 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.655 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.655 INFO [stderr] | Dec 18 04:37:15.655 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.655 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.655 INFO [stderr] Dec 18 04:37:15.657 INFO [stderr] warning: cannot find type `creator` in this scope Dec 18 04:37:15.657 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.657 INFO [stderr] | Dec 18 04:37:15.657 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.657 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.657 INFO [stderr] | Dec 18 04:37:15.657 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.657 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.657 INFO [stderr] Dec 18 04:37:15.657 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Dec 18 04:37:15.657 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.657 INFO [stderr] | Dec 18 04:37:15.657 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.657 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.657 INFO [stderr] | Dec 18 04:37:15.658 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.658 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.658 INFO [stderr] Dec 18 04:37:15.658 INFO [stderr] warning: cannot find type `create_date` in this scope Dec 18 04:37:15.658 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.658 INFO [stderr] | Dec 18 04:37:15.658 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.658 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.658 INFO [stderr] | Dec 18 04:37:15.658 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.658 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.658 INFO [stderr] Dec 18 04:37:15.659 INFO [stderr] warning: cannot find type `due_date` in this scope Dec 18 04:37:15.659 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.659 INFO [stderr] | Dec 18 04:37:15.659 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.659 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.659 INFO [stderr] | Dec 18 04:37:15.659 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.659 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.659 INFO [stderr] Dec 18 04:37:15.660 INFO [stderr] warning: cannot find type `name` in this scope Dec 18 04:37:15.660 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.660 INFO [stderr] | Dec 18 04:37:15.660 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.660 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.660 INFO [stderr] | Dec 18 04:37:15.660 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.660 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.660 INFO [stderr] Dec 18 04:37:15.661 INFO [stderr] warning: cannot find type `discord_id` in this scope Dec 18 04:37:15.661 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.661 INFO [stderr] | Dec 18 04:37:15.661 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.661 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.661 INFO [stderr] | Dec 18 04:37:15.661 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.662 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.662 INFO [stderr] Dec 18 04:37:15.662 INFO [stderr] warning: cannot find type `nickname` in this scope Dec 18 04:37:15.662 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.662 INFO [stderr] | Dec 18 04:37:15.662 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.662 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.662 INFO [stderr] | Dec 18 04:37:15.662 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.663 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.663 INFO [stderr] Dec 18 04:37:15.832 INFO [stderr] warning: unused import: `diesel::prelude::*` Dec 18 04:37:15.832 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:1:5 Dec 18 04:37:15.832 INFO [stderr] | Dec 18 04:37:15.832 INFO [stderr] 1 | use diesel::prelude::*; Dec 18 04:37:15.832 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 18 04:37:15.832 INFO [stderr] | Dec 18 04:37:15.832 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 04:37:15.832 INFO [stderr] Dec 18 04:37:15.832 INFO [stderr] warning: unused imports: `Error`, `err_msg` Dec 18 04:37:15.833 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:2:15 Dec 18 04:37:15.833 INFO [stderr] | Dec 18 04:37:15.833 INFO [stderr] 2 | use failure::{Error,err_msg}; Dec 18 04:37:15.833 INFO [stderr] | ^^^^^ ^^^^^^^ Dec 18 04:37:15.833 INFO [stderr] Dec 18 04:37:15.833 INFO [stderr] warning: unused imports: `Task`, `User`, `schema::tasks` Dec 18 04:37:15.833 INFO [stderr] --> src/backend/db/get_incomplete_tasks.rs:4:24 Dec 18 04:37:15.833 INFO [stderr] | Dec 18 04:37:15.833 INFO [stderr] 4 | use backend::{models::{User, Task}, schema::tasks}; Dec 18 04:37:15.833 INFO [stderr] | ^^^^ ^^^^ ^^^^^^^^^^^^^ Dec 18 04:37:15.833 INFO [stderr] Dec 18 04:37:15.833 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:15.833 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:15.833 INFO [stderr] | Dec 18 04:37:15.833 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.833 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.833 INFO [stderr] | Dec 18 04:37:15.833 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 18 04:37:15.833 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.833 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.833 INFO [stderr] Dec 18 04:37:15.833 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:15.833 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:15.833 INFO [stderr] | Dec 18 04:37:15.833 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.833 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.833 INFO [stderr] | Dec 18 04:37:15.833 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.833 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.833 INFO [stderr] Dec 18 04:37:15.833 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 18 04:37:15.833 INFO [stderr] --> src/backend/models.rs:4:24 Dec 18 04:37:15.833 INFO [stderr] | Dec 18 04:37:15.834 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.834 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.834 INFO [stderr] | Dec 18 04:37:15.834 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.834 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.834 INFO [stderr] Dec 18 04:37:15.834 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:15.834 INFO [stderr] --> src/backend/models.rs:4:38 Dec 18 04:37:15.834 INFO [stderr] | Dec 18 04:37:15.834 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.834 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.834 INFO [stderr] | Dec 18 04:37:15.834 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.834 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.834 INFO [stderr] Dec 18 04:37:15.834 INFO [stderr] warning: cannot find type `tasks` in this scope Dec 18 04:37:15.834 INFO [stderr] --> src/backend/models.rs:4:38 Dec 18 04:37:15.834 INFO [stderr] | Dec 18 04:37:15.834 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.834 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.834 INFO [stderr] | Dec 18 04:37:15.834 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.834 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.834 INFO [stderr] Dec 18 04:37:15.834 INFO [stderr] warning: cannot find type `NaiveDate` in this scope Dec 18 04:37:15.834 INFO [stderr] --> src/backend/models.rs:4:52 Dec 18 04:37:15.834 INFO [stderr] | Dec 18 04:37:15.834 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.834 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.834 INFO [stderr] | Dec 18 04:37:15.834 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.834 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.834 INFO [stderr] Dec 18 04:37:15.836 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:15.836 INFO [stderr] --> src/backend/models.rs:4:52 Dec 18 04:37:15.836 INFO [stderr] | Dec 18 04:37:15.836 INFO [stderr] 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.836 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.836 INFO [stderr] | Dec 18 04:37:15.836 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.836 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.836 INFO [stderr] Dec 18 04:37:15.836 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:15.842 INFO [stderr] --> src/backend/models.rs:17:24 Dec 18 04:37:15.842 INFO [stderr] | Dec 18 04:37:15.842 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:15.842 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.842 INFO [stderr] | Dec 18 04:37:15.842 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.843 INFO [stderr] Dec 18 04:37:15.843 INFO [stderr] warning: cannot find type `users` in this scope Dec 18 04:37:15.843 INFO [stderr] --> src/backend/models.rs:17:24 Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:15.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.843 INFO [stderr] Dec 18 04:37:15.843 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:15.843 INFO [stderr] --> src/backend/models.rs:17:38 Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Dec 18 04:37:15.843 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.843 INFO [stderr] Dec 18 04:37:15.843 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:15.843 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.843 INFO [stderr] Dec 18 04:37:15.843 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:15.843 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.843 INFO [stderr] Dec 18 04:37:15.843 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 18 04:37:15.843 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.843 INFO [stderr] Dec 18 04:37:15.843 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:15.843 INFO [stderr] --> src/backend/models.rs:25:24 Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.843 INFO [stderr] Dec 18 04:37:15.843 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:15.843 INFO [stderr] --> src/backend/models.rs:25:38 Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.843 INFO [stderr] Dec 18 04:37:15.843 INFO [stderr] warning: cannot find type `task_assignments` in this scope Dec 18 04:37:15.843 INFO [stderr] --> src/backend/models.rs:25:38 Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.843 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.843 INFO [stderr] Dec 18 04:37:15.843 INFO [stderr] warning: cannot find type `TaskAssignment` in this scope Dec 18 04:37:15.843 INFO [stderr] --> src/backend/models.rs:25:52 Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.843 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.843 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.843 INFO [stderr] Dec 18 04:37:15.843 INFO [stderr] warning: cannot find type `User` in this scope Dec 18 04:37:15.843 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:15.843 INFO [stderr] | Dec 18 04:37:15.843 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.844 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.844 INFO [stderr] Dec 18 04:37:15.844 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:15.844 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.844 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.844 INFO [stderr] Dec 18 04:37:15.844 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 18 04:37:15.844 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.844 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.844 INFO [stderr] Dec 18 04:37:15.844 INFO [stderr] warning: cannot find type `Task` in this scope Dec 18 04:37:15.844 INFO [stderr] --> src/backend/models.rs:35:24 Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.844 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.844 INFO [stderr] Dec 18 04:37:15.844 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:15.844 INFO [stderr] --> src/backend/models.rs:35:38 Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.844 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.844 INFO [stderr] Dec 18 04:37:15.844 INFO [stderr] warning: cannot find type `task_completions` in this scope Dec 18 04:37:15.844 INFO [stderr] --> src/backend/models.rs:35:38 Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.844 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.844 INFO [stderr] Dec 18 04:37:15.844 INFO [stderr] warning: cannot find type `TaskCompletion` in this scope Dec 18 04:37:15.844 INFO [stderr] --> src/backend/models.rs:35:52 Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Dec 18 04:37:15.844 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.844 INFO [stderr] Dec 18 04:37:15.844 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 04:37:15.844 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 04:37:15.844 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.844 INFO [stderr] | Dec 18 04:37:15.844 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.844 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.844 INFO [stderr] Dec 18 04:37:15.846 INFO [stderr] warning: cannot find type `id` in this scope Dec 18 04:37:15.846 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.846 INFO [stderr] | Dec 18 04:37:15.846 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.846 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.846 INFO [stderr] | Dec 18 04:37:15.846 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.847 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.847 INFO [stderr] Dec 18 04:37:15.847 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 18 04:37:15.847 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.847 INFO [stderr] | Dec 18 04:37:15.847 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.847 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.847 INFO [stderr] | Dec 18 04:37:15.847 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.847 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.847 INFO [stderr] Dec 18 04:37:15.848 INFO [stderr] warning: cannot find type `task_id` in this scope Dec 18 04:37:15.848 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.848 INFO [stderr] | Dec 18 04:37:15.848 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.848 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.848 INFO [stderr] | Dec 18 04:37:15.848 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.848 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.848 INFO [stderr] Dec 18 04:37:15.848 INFO [stderr] warning: cannot find type `creator` in this scope Dec 18 04:37:15.848 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.848 INFO [stderr] | Dec 18 04:37:15.848 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.848 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.848 INFO [stderr] | Dec 18 04:37:15.848 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.848 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.848 INFO [stderr] Dec 18 04:37:15.848 INFO [stderr] warning: cannot find type `reminder_frequency` in this scope Dec 18 04:37:15.848 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.848 INFO [stderr] | Dec 18 04:37:15.848 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.848 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.848 INFO [stderr] | Dec 18 04:37:15.848 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.848 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.848 INFO [stderr] Dec 18 04:37:15.848 INFO [stderr] warning: cannot find type `create_date` in this scope Dec 18 04:37:15.848 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.848 INFO [stderr] | Dec 18 04:37:15.848 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.848 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.848 INFO [stderr] | Dec 18 04:37:15.848 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 18 04:37:15.848 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.848 INFO [stderr] Dec 18 04:37:15.856 INFO [stderr] warning: cannot find type `due_date` in this scope Dec 18 04:37:15.856 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.856 INFO [stderr] | Dec 18 04:37:15.856 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.856 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.856 INFO [stderr] | Dec 18 04:37:15.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! Dec 18 04:37:15.856 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.856 INFO [stderr] Dec 18 04:37:15.856 INFO [stderr] warning: cannot find type `name` in this scope Dec 18 04:37:15.856 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.856 INFO [stderr] | Dec 18 04:37:15.856 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.856 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.856 INFO [stderr] | Dec 18 04:37:15.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! Dec 18 04:37:15.856 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.856 INFO [stderr] Dec 18 04:37:15.856 INFO [stderr] warning: cannot find type `discord_id` in this scope Dec 18 04:37:15.856 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.856 INFO [stderr] | Dec 18 04:37:15.856 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.856 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.856 INFO [stderr] | Dec 18 04:37:15.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! Dec 18 04:37:15.856 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.856 INFO [stderr] Dec 18 04:37:15.856 INFO [stderr] warning: cannot find type `nickname` in this scope Dec 18 04:37:15.856 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 04:37:15.856 INFO [stderr] | Dec 18 04:37:15.856 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 04:37:15.856 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 04:37:15.856 INFO [stderr] | Dec 18 04:37:15.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! Dec 18 04:37:15.856 INFO [stderr] = note: for more information, see issue #50504 Dec 18 04:37:15.856 INFO [stderr] Dec 18 04:37:16.736 INFO [stderr] warning: field is never used: `db` Dec 18 04:37:16.736 INFO [stderr] --> src/controller.rs:11:5 Dec 18 04:37:16.736 INFO [stderr] | Dec 18 04:37:16.736 INFO [stderr] 11 | pub(crate) db: Mutex, Dec 18 04:37:16.736 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:37:16.736 INFO [stderr] | Dec 18 04:37:16.736 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 18 04:37:16.736 INFO [stderr] Dec 18 04:37:16.991 INFO [stderr] warning: field is never used: `db` Dec 18 04:37:16.991 INFO [stderr] --> src/controller.rs:11:5 Dec 18 04:37:16.991 INFO [stderr] | Dec 18 04:37:16.992 INFO [stderr] 11 | pub(crate) db: Mutex, Dec 18 04:37:16.992 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 04:37:16.992 INFO [stderr] | Dec 18 04:37:16.992 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 18 04:37:16.992 INFO [stderr] Dec 18 04:37:19.696 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 51.14s Dec 18 04:37:20.628 INFO running `"docker" "inspect" "e1bd9dd74fb6b50bc31abad54b190e9580d13987e44459c9c3bc8a6361b5f59b"` Dec 18 04:37:20.996 INFO running `"docker" "rm" "-f" "e1bd9dd74fb6b50bc31abad54b190e9580d13987e44459c9c3bc8a6361b5f59b"` Dec 18 04:37:21.296 INFO [stdout] e1bd9dd74fb6b50bc31abad54b190e9580d13987e44459c9c3bc8a6361b5f59b