Nov 07 02:00:30.966 INFO checking acmumn/tet against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a for pr-55687 Nov 07 02:00:30.966 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-0/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-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 07 02:00:31.606 INFO blam! 637482c6d5cdeb1b511352e4e135556e5f08377bb72394ad9b245128bba52f4d Nov 07 02:00:31.616 INFO running `"docker" "start" "-a" "637482c6d5cdeb1b511352e4e135556e5f08377bb72394ad9b245128bba52f4d"` Nov 07 02:00:32.453 INFO kablam! usermod: no changes Nov 07 02:00:32.852 INFO kablam! Compiling libsqlite3-sys v0.9.1 Nov 07 02:00:32.852 INFO kablam! Checking threadpool v1.7.1 Nov 07 02:00:32.868 INFO kablam! Checking evzht9h3nznqzwl v0.0.3 Nov 07 02:00:32.868 INFO kablam! Checking config v0.9.0 Nov 07 02:00:32.868 INFO kablam! Checking multipart v0.13.6 Nov 07 02:00:38.902 INFO kablam! Checking diesel v1.3.2 Nov 07 02:00:41.525 INFO kablam! Checking serenity v0.5.5 Nov 07 02:01:20.887 INFO kablam! Checking tet v0.1.0 (/source) Nov 07 02:01:28.835 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 07 02:01:28.836 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 07 02:01:28.837 INFO kablam! | Nov 07 02:01:28.837 INFO kablam! 1 | use diesel::prelude::*; Nov 07 02:01:28.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 07 02:01:28.839 INFO kablam! | Nov 07 02:01:28.839 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 07 02:01:28.840 INFO kablam! Nov 07 02:01:28.840 INFO kablam! warning: unused imports: `Error`, `err_msg` Nov 07 02:01:28.840 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 07 02:01:28.840 INFO kablam! | Nov 07 02:01:28.840 INFO kablam! 2 | use failure::{Error,err_msg}; Nov 07 02:01:28.841 INFO kablam! | ^^^^^ ^^^^^^^ Nov 07 02:01:28.841 INFO kablam! Nov 07 02:01:28.841 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Nov 07 02:01:28.841 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 07 02:01:28.841 INFO kablam! | Nov 07 02:01:28.841 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 07 02:01:28.841 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 07 02:01:28.841 INFO kablam! Nov 07 02:01:28.841 INFO kablam! warning: cannot find type `User` in this scope Nov 07 02:01:28.841 INFO kablam! --> src/backend/models.rs:4:24 Nov 07 02:01:28.841 INFO kablam! | Nov 07 02:01:28.841 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.841 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.841 INFO kablam! | Nov 07 02:01:28.841 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 07 02:01:28.841 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.841 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.841 INFO kablam! Nov 07 02:01:28.841 INFO kablam! warning: cannot find type `Task` in this scope Nov 07 02:01:28.841 INFO kablam! --> src/backend/models.rs:4:24 Nov 07 02:01:28.842 INFO kablam! | Nov 07 02:01:28.842 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.842 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.842 INFO kablam! | Nov 07 02:01:28.842 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.842 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.842 INFO kablam! Nov 07 02:01:28.842 INFO kablam! warning: cannot find type `tasks` in this scope Nov 07 02:01:28.842 INFO kablam! --> src/backend/models.rs:4:24 Nov 07 02:01:28.842 INFO kablam! | Nov 07 02:01:28.842 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.842 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.842 INFO kablam! | Nov 07 02:01:28.842 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.842 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.842 INFO kablam! Nov 07 02:01:28.842 INFO kablam! warning: cannot find type `Task` in this scope Nov 07 02:01:28.842 INFO kablam! --> src/backend/models.rs:4:38 Nov 07 02:01:28.842 INFO kablam! | Nov 07 02:01:28.842 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.842 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.842 INFO kablam! | Nov 07 02:01:28.842 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.842 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.843 INFO kablam! Nov 07 02:01:28.843 INFO kablam! warning: cannot find type `tasks` in this scope Nov 07 02:01:28.843 INFO kablam! --> src/backend/models.rs:4:38 Nov 07 02:01:28.843 INFO kablam! | Nov 07 02:01:28.843 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.843 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.843 INFO kablam! | Nov 07 02:01:28.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.843 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.843 INFO kablam! Nov 07 02:01:28.843 INFO kablam! warning: cannot find type `NaiveDate` in this scope Nov 07 02:01:28.843 INFO kablam! --> src/backend/models.rs:4:52 Nov 07 02:01:28.843 INFO kablam! | Nov 07 02:01:28.843 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.843 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.843 INFO kablam! | Nov 07 02:01:28.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.843 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.843 INFO kablam! Nov 07 02:01:28.843 INFO kablam! warning: cannot find type `Task` in this scope Nov 07 02:01:28.843 INFO kablam! --> src/backend/models.rs:4:52 Nov 07 02:01:28.843 INFO kablam! | Nov 07 02:01:28.843 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.843 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.843 INFO kablam! | Nov 07 02:01:28.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.843 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.843 INFO kablam! Nov 07 02:01:28.843 INFO kablam! warning: cannot find type `User` in this scope Nov 07 02:01:28.843 INFO kablam! --> src/backend/models.rs:17:24 Nov 07 02:01:28.843 INFO kablam! | Nov 07 02:01:28.843 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 07 02:01:28.843 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.843 INFO kablam! | Nov 07 02:01:28.843 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.843 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.843 INFO kablam! Nov 07 02:01:28.843 INFO kablam! warning: cannot find type `users` in this scope Nov 07 02:01:28.843 INFO kablam! --> src/backend/models.rs:17:24 Nov 07 02:01:28.844 INFO kablam! | Nov 07 02:01:28.844 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 07 02:01:28.844 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.844 INFO kablam! | Nov 07 02:01:28.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.844 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.844 INFO kablam! Nov 07 02:01:28.844 INFO kablam! warning: cannot find type `User` in this scope Nov 07 02:01:28.844 INFO kablam! --> src/backend/models.rs:17:38 Nov 07 02:01:28.844 INFO kablam! | Nov 07 02:01:28.844 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 07 02:01:28.844 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.844 INFO kablam! | Nov 07 02:01:28.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.844 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.844 INFO kablam! Nov 07 02:01:28.844 INFO kablam! warning: cannot find type `User` in this scope Nov 07 02:01:28.844 INFO kablam! --> src/backend/models.rs:25:24 Nov 07 02:01:28.844 INFO kablam! | Nov 07 02:01:28.844 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.844 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.844 INFO kablam! | Nov 07 02:01:28.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.844 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.844 INFO kablam! Nov 07 02:01:28.844 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 07 02:01:28.844 INFO kablam! --> src/backend/models.rs:25:24 Nov 07 02:01:28.844 INFO kablam! | Nov 07 02:01:28.844 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.844 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.844 INFO kablam! | Nov 07 02:01:28.856 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.857 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.857 INFO kablam! Nov 07 02:01:28.857 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 07 02:01:28.857 INFO kablam! --> src/backend/models.rs:25:24 Nov 07 02:01:28.857 INFO kablam! | Nov 07 02:01:28.857 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.857 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.857 INFO kablam! | Nov 07 02:01:28.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.857 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.857 INFO kablam! Nov 07 02:01:28.857 INFO kablam! warning: cannot find type `Task` in this scope Nov 07 02:01:28.857 INFO kablam! --> src/backend/models.rs:25:24 Nov 07 02:01:28.857 INFO kablam! | Nov 07 02:01:28.857 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.857 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.857 INFO kablam! | Nov 07 02:01:28.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.857 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.857 INFO kablam! Nov 07 02:01:28.857 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 07 02:01:28.857 INFO kablam! --> src/backend/models.rs:25:38 Nov 07 02:01:28.857 INFO kablam! | Nov 07 02:01:28.857 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.857 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.857 INFO kablam! | Nov 07 02:01:28.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.857 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.857 INFO kablam! Nov 07 02:01:28.857 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 07 02:01:28.857 INFO kablam! --> src/backend/models.rs:25:38 Nov 07 02:01:28.857 INFO kablam! | Nov 07 02:01:28.857 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.857 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.857 INFO kablam! | Nov 07 02:01:28.857 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.857 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.858 INFO kablam! Nov 07 02:01:28.858 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 07 02:01:28.858 INFO kablam! --> src/backend/models.rs:25:52 Nov 07 02:01:28.858 INFO kablam! | Nov 07 02:01:28.858 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.858 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.858 INFO kablam! | Nov 07 02:01:28.858 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.858 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.858 INFO kablam! Nov 07 02:01:28.858 INFO kablam! warning: cannot find type `User` in this scope Nov 07 02:01:28.858 INFO kablam! --> src/backend/models.rs:35:24 Nov 07 02:01:28.858 INFO kablam! | Nov 07 02:01:28.858 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.858 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.858 INFO kablam! | Nov 07 02:01:28.858 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.858 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.858 INFO kablam! Nov 07 02:01:28.864 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 07 02:01:28.864 INFO kablam! --> src/backend/models.rs:35:24 Nov 07 02:01:28.864 INFO kablam! | Nov 07 02:01:28.864 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.864 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.864 INFO kablam! | Nov 07 02:01:28.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.864 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.864 INFO kablam! Nov 07 02:01:28.864 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 07 02:01:28.864 INFO kablam! --> src/backend/models.rs:35:24 Nov 07 02:01:28.864 INFO kablam! | Nov 07 02:01:28.864 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.864 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.864 INFO kablam! | Nov 07 02:01:28.864 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.864 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.864 INFO kablam! Nov 07 02:01:28.864 INFO kablam! warning: cannot find type `Task` in this scope Nov 07 02:01:28.864 INFO kablam! --> src/backend/models.rs:35:24 Nov 07 02:01:28.865 INFO kablam! | Nov 07 02:01:28.865 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.865 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.865 INFO kablam! | Nov 07 02:01:28.865 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.865 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.865 INFO kablam! Nov 07 02:01:28.865 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 07 02:01:28.865 INFO kablam! --> src/backend/models.rs:35:38 Nov 07 02:01:28.865 INFO kablam! | Nov 07 02:01:28.865 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.865 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.865 INFO kablam! | Nov 07 02:01:28.865 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.865 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.865 INFO kablam! Nov 07 02:01:28.865 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 07 02:01:28.865 INFO kablam! --> src/backend/models.rs:35:38 Nov 07 02:01:28.865 INFO kablam! | Nov 07 02:01:28.865 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.872 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.872 INFO kablam! | Nov 07 02:01:28.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.872 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.872 INFO kablam! Nov 07 02:01:28.872 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 07 02:01:28.872 INFO kablam! --> src/backend/models.rs:35:52 Nov 07 02:01:28.872 INFO kablam! | Nov 07 02:01:28.872 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:28.872 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.872 INFO kablam! | Nov 07 02:01:28.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.872 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.872 INFO kablam! Nov 07 02:01:28.872 INFO kablam! warning: cannot find type `table` in this scope Nov 07 02:01:28.872 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 07 02:01:28.872 INFO kablam! | Nov 07 02:01:28.872 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 07 02:01:28.872 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.872 INFO kablam! | Nov 07 02:01:28.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.872 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.872 INFO kablam! Nov 07 02:01:28.872 INFO kablam! warning: cannot find type `id` in this scope Nov 07 02:01:28.872 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:28.872 INFO kablam! | Nov 07 02:01:28.872 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:28.873 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.873 INFO kablam! | Nov 07 02:01:28.873 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.873 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.873 INFO kablam! Nov 07 02:01:28.878 INFO kablam! warning: cannot find type `user_id` in this scope Nov 07 02:01:28.878 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:28.878 INFO kablam! | Nov 07 02:01:28.878 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:28.878 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.878 INFO kablam! | Nov 07 02:01:28.878 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.878 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.878 INFO kablam! Nov 07 02:01:28.878 INFO kablam! warning: cannot find type `task_id` in this scope Nov 07 02:01:28.878 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:28.878 INFO kablam! | Nov 07 02:01:28.878 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:28.878 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.878 INFO kablam! | Nov 07 02:01:28.878 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.878 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.878 INFO kablam! Nov 07 02:01:28.880 INFO kablam! warning: cannot find type `creator` in this scope Nov 07 02:01:28.880 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:28.880 INFO kablam! | Nov 07 02:01:28.880 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:28.880 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.880 INFO kablam! | Nov 07 02:01:28.880 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.880 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.880 INFO kablam! Nov 07 02:01:28.880 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Nov 07 02:01:28.880 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:28.880 INFO kablam! | Nov 07 02:01:28.880 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:28.880 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.880 INFO kablam! | Nov 07 02:01:28.880 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.880 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.880 INFO kablam! Nov 07 02:01:28.880 INFO kablam! warning: cannot find type `create_date` in this scope Nov 07 02:01:28.880 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:28.880 INFO kablam! | Nov 07 02:01:28.880 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:28.880 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.880 INFO kablam! | Nov 07 02:01:28.880 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.880 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.880 INFO kablam! Nov 07 02:01:28.881 INFO kablam! warning: cannot find type `due_date` in this scope Nov 07 02:01:28.881 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:28.881 INFO kablam! | Nov 07 02:01:28.881 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:28.881 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.881 INFO kablam! | Nov 07 02:01:28.881 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.881 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.881 INFO kablam! Nov 07 02:01:28.881 INFO kablam! warning: cannot find type `name` in this scope Nov 07 02:01:28.881 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:28.881 INFO kablam! | Nov 07 02:01:28.881 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:28.881 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.881 INFO kablam! | Nov 07 02:01:28.881 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.881 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.881 INFO kablam! Nov 07 02:01:28.888 INFO kablam! warning: cannot find type `discord_id` in this scope Nov 07 02:01:28.888 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:28.888 INFO kablam! | Nov 07 02:01:28.888 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:28.888 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.888 INFO kablam! | Nov 07 02:01:28.888 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.888 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.888 INFO kablam! Nov 07 02:01:28.888 INFO kablam! warning: cannot find type `nickname` in this scope Nov 07 02:01:28.888 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:28.888 INFO kablam! | Nov 07 02:01:28.888 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:28.888 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:28.888 INFO kablam! | Nov 07 02:01:28.888 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:28.888 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:28.888 INFO kablam! Nov 07 02:01:29.421 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 07 02:01:29.422 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 07 02:01:29.423 INFO kablam! | Nov 07 02:01:29.424 INFO kablam! 1 | use diesel::prelude::*; Nov 07 02:01:29.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 07 02:01:29.425 INFO kablam! | Nov 07 02:01:29.425 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 07 02:01:29.426 INFO kablam! Nov 07 02:01:29.426 INFO kablam! warning: unused imports: `Error`, `err_msg` Nov 07 02:01:29.427 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 07 02:01:29.428 INFO kablam! | Nov 07 02:01:29.428 INFO kablam! 2 | use failure::{Error,err_msg}; Nov 07 02:01:29.429 INFO kablam! | ^^^^^ ^^^^^^^ Nov 07 02:01:29.429 INFO kablam! Nov 07 02:01:29.430 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Nov 07 02:01:29.430 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 07 02:01:29.433 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 07 02:01:29.433 INFO kablam! Nov 07 02:01:29.433 INFO kablam! warning: cannot find type `User` in this scope Nov 07 02:01:29.433 INFO kablam! --> src/backend/models.rs:4:24 Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.433 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 07 02:01:29.433 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.433 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.433 INFO kablam! Nov 07 02:01:29.433 INFO kablam! warning: cannot find type `Task` in this scope Nov 07 02:01:29.433 INFO kablam! --> src/backend/models.rs:4:24 Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.433 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.433 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.433 INFO kablam! Nov 07 02:01:29.433 INFO kablam! warning: cannot find type `tasks` in this scope Nov 07 02:01:29.433 INFO kablam! --> src/backend/models.rs:4:24 Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.433 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.433 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.433 INFO kablam! Nov 07 02:01:29.433 INFO kablam! warning: cannot find type `Task` in this scope Nov 07 02:01:29.433 INFO kablam! --> src/backend/models.rs:4:38 Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.433 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.433 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.433 INFO kablam! Nov 07 02:01:29.433 INFO kablam! warning: cannot find type `tasks` in this scope Nov 07 02:01:29.433 INFO kablam! --> src/backend/models.rs:4:38 Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.433 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.433 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.433 INFO kablam! Nov 07 02:01:29.433 INFO kablam! warning: cannot find type `NaiveDate` in this scope Nov 07 02:01:29.433 INFO kablam! --> src/backend/models.rs:4:52 Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.433 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.433 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.433 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.433 INFO kablam! Nov 07 02:01:29.433 INFO kablam! warning: cannot find type `Task` in this scope Nov 07 02:01:29.433 INFO kablam! --> src/backend/models.rs:4:52 Nov 07 02:01:29.433 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.434 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.434 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.434 INFO kablam! Nov 07 02:01:29.434 INFO kablam! warning: cannot find type `User` in this scope Nov 07 02:01:29.434 INFO kablam! --> src/backend/models.rs:17:24 Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 07 02:01:29.434 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.434 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.434 INFO kablam! Nov 07 02:01:29.434 INFO kablam! warning: cannot find type `users` in this scope Nov 07 02:01:29.434 INFO kablam! --> src/backend/models.rs:17:24 Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 07 02:01:29.434 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.434 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.434 INFO kablam! Nov 07 02:01:29.434 INFO kablam! warning: cannot find type `User` in this scope Nov 07 02:01:29.434 INFO kablam! --> src/backend/models.rs:17:38 Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 07 02:01:29.434 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.434 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.434 INFO kablam! Nov 07 02:01:29.434 INFO kablam! warning: cannot find type `User` in this scope Nov 07 02:01:29.434 INFO kablam! --> src/backend/models.rs:25:24 Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.434 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.434 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.434 INFO kablam! Nov 07 02:01:29.434 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 07 02:01:29.434 INFO kablam! --> src/backend/models.rs:25:24 Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.434 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.434 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.434 INFO kablam! Nov 07 02:01:29.434 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 07 02:01:29.434 INFO kablam! --> src/backend/models.rs:25:24 Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.434 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.434 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.434 INFO kablam! Nov 07 02:01:29.434 INFO kablam! warning: cannot find type `Task` in this scope Nov 07 02:01:29.434 INFO kablam! --> src/backend/models.rs:25:24 Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.434 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.434 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.434 INFO kablam! Nov 07 02:01:29.434 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 07 02:01:29.434 INFO kablam! --> src/backend/models.rs:25:38 Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.434 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.434 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.434 INFO kablam! Nov 07 02:01:29.434 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 07 02:01:29.434 INFO kablam! --> src/backend/models.rs:25:38 Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.434 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.434 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.434 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.454 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.454 INFO kablam! Nov 07 02:01:29.454 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 07 02:01:29.454 INFO kablam! --> src/backend/models.rs:25:52 Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.454 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.454 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.454 INFO kablam! Nov 07 02:01:29.454 INFO kablam! warning: cannot find type `User` in this scope Nov 07 02:01:29.454 INFO kablam! --> src/backend/models.rs:35:24 Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.454 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.454 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.454 INFO kablam! Nov 07 02:01:29.454 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 07 02:01:29.454 INFO kablam! --> src/backend/models.rs:35:24 Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.454 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.454 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.454 INFO kablam! Nov 07 02:01:29.454 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 07 02:01:29.454 INFO kablam! --> src/backend/models.rs:35:24 Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.454 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.454 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.454 INFO kablam! Nov 07 02:01:29.454 INFO kablam! warning: cannot find type `Task` in this scope Nov 07 02:01:29.454 INFO kablam! --> src/backend/models.rs:35:24 Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.454 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.454 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.454 INFO kablam! Nov 07 02:01:29.454 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 07 02:01:29.454 INFO kablam! --> src/backend/models.rs:35:38 Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.454 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.454 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.454 INFO kablam! Nov 07 02:01:29.454 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 07 02:01:29.454 INFO kablam! --> src/backend/models.rs:35:38 Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.454 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.454 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.454 INFO kablam! Nov 07 02:01:29.454 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 07 02:01:29.454 INFO kablam! --> src/backend/models.rs:35:52 Nov 07 02:01:29.454 INFO kablam! | Nov 07 02:01:29.454 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 07 02:01:29.455 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.455 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.455 INFO kablam! Nov 07 02:01:29.455 INFO kablam! warning: cannot find type `table` in this scope Nov 07 02:01:29.455 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 07 02:01:29.455 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.455 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.455 INFO kablam! Nov 07 02:01:29.455 INFO kablam! warning: cannot find type `id` in this scope Nov 07 02:01:29.455 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:29.455 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.455 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.455 INFO kablam! Nov 07 02:01:29.455 INFO kablam! warning: cannot find type `user_id` in this scope Nov 07 02:01:29.455 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:29.455 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.455 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.455 INFO kablam! Nov 07 02:01:29.455 INFO kablam! warning: cannot find type `task_id` in this scope Nov 07 02:01:29.455 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:29.455 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.455 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.455 INFO kablam! Nov 07 02:01:29.455 INFO kablam! warning: cannot find type `creator` in this scope Nov 07 02:01:29.455 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:29.455 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.455 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.455 INFO kablam! Nov 07 02:01:29.455 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Nov 07 02:01:29.455 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:29.455 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.455 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.455 INFO kablam! Nov 07 02:01:29.455 INFO kablam! warning: cannot find type `create_date` in this scope Nov 07 02:01:29.455 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:29.455 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.455 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.455 INFO kablam! Nov 07 02:01:29.455 INFO kablam! warning: cannot find type `due_date` in this scope Nov 07 02:01:29.455 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:29.455 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.455 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.455 INFO kablam! Nov 07 02:01:29.455 INFO kablam! warning: cannot find type `name` in this scope Nov 07 02:01:29.455 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:29.455 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.455 INFO kablam! | Nov 07 02:01:29.455 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.455 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.456 INFO kablam! Nov 07 02:01:29.456 INFO kablam! warning: cannot find type `discord_id` in this scope Nov 07 02:01:29.456 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:29.456 INFO kablam! | Nov 07 02:01:29.456 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:29.456 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.456 INFO kablam! | Nov 07 02:01:29.456 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.456 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.456 INFO kablam! Nov 07 02:01:29.456 INFO kablam! warning: cannot find type `nickname` in this scope Nov 07 02:01:29.456 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 07 02:01:29.456 INFO kablam! | Nov 07 02:01:29.456 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 07 02:01:29.456 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 07 02:01:29.456 INFO kablam! | Nov 07 02:01:29.456 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 07 02:01:29.456 INFO kablam! = note: for more information, see issue #50504 Nov 07 02:01:29.456 INFO kablam! Nov 07 02:01:29.859 INFO kablam! warning: field is never used: `db` Nov 07 02:01:29.860 INFO kablam! --> src/controller.rs:11:5 Nov 07 02:01:29.860 INFO kablam! | Nov 07 02:01:29.860 INFO kablam! 11 | pub(crate) db: Mutex, Nov 07 02:01:29.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 07 02:01:29.860 INFO kablam! | Nov 07 02:01:29.861 INFO kablam! = note: #[warn(dead_code)] on by default Nov 07 02:01:29.861 INFO kablam! Nov 07 02:01:31.168 INFO kablam! warning: field is never used: `db` Nov 07 02:01:31.169 INFO kablam! --> src/controller.rs:11:5 Nov 07 02:01:31.170 INFO kablam! | Nov 07 02:01:31.171 INFO kablam! 11 | pub(crate) db: Mutex, Nov 07 02:01:31.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 07 02:01:31.172 INFO kablam! | Nov 07 02:01:31.173 INFO kablam! = note: #[warn(dead_code)] on by default Nov 07 02:01:31.173 INFO kablam! Nov 07 02:01:37.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Nov 07 02:01:38.019 INFO kablam! su: No module specific data is present Nov 07 02:01:39.247 INFO running `"docker" "rm" "-f" "637482c6d5cdeb1b511352e4e135556e5f08377bb72394ad9b245128bba52f4d"` Nov 07 02:01:39.553 INFO blam! 637482c6d5cdeb1b511352e4e135556e5f08377bb72394ad9b245128bba52f4d