Oct 13 01:44:14.296 INFO checking acmumn/tet against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 01:44:14.298 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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"` Oct 13 01:44:14.820 INFO blam! 7c8204457af2214d2c056e52367409fdb41434e3fc6b968b3a3f70eda25dcf35 Oct 13 01:44:14.830 INFO running `"docker" "start" "-a" "7c8204457af2214d2c056e52367409fdb41434e3fc6b968b3a3f70eda25dcf35"` Oct 13 01:44:15.942 INFO kablam! usermod: no changes Oct 13 01:44:16.311 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 13 01:44:16.332 INFO kablam! Checking base64 v0.8.0 Oct 13 01:44:16.332 INFO kablam! Checking mime v0.2.6 Oct 13 01:44:16.332 INFO kablam! Checking uuid v0.5.1 Oct 13 01:44:16.332 INFO kablam! Checking chrono v0.4.4 Oct 13 01:44:16.332 INFO kablam! Checking chrono v0.2.25 Oct 13 01:44:16.332 INFO kablam! Compiling mime_guess v1.8.6 Oct 13 01:44:16.332 INFO kablam! Checking config v0.9.0 Oct 13 01:44:21.906 INFO kablam! Checking hyper v0.10.13 Oct 13 01:44:27.094 INFO kablam! Checking diesel v1.3.2 Oct 13 01:44:29.402 INFO kablam! Checking schedule v0.1.0 Oct 13 01:44:38.436 INFO kablam! Checking evzht9h3nznqzwl v0.0.3 Oct 13 01:44:38.436 INFO kablam! Checking multipart v0.13.6 Oct 13 01:44:38.440 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 13 01:44:46.064 INFO kablam! Checking serenity v0.5.5 Oct 13 01:45:18.436 INFO kablam! Checking tet v0.1.0 (/source) Oct 13 01:45:27.808 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 13 01:45:27.808 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Oct 13 01:45:27.808 INFO kablam! | Oct 13 01:45:27.808 INFO kablam! 1 | use diesel::prelude::*; Oct 13 01:45:27.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:45:27.820 INFO kablam! | Oct 13 01:45:27.820 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:45:27.820 INFO kablam! Oct 13 01:45:27.820 INFO kablam! warning: unused imports: `Error`, `err_msg` Oct 13 01:45:27.820 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Oct 13 01:45:27.820 INFO kablam! | Oct 13 01:45:27.820 INFO kablam! 2 | use failure::{Error,err_msg}; Oct 13 01:45:27.820 INFO kablam! | ^^^^^ ^^^^^^^ Oct 13 01:45:27.821 INFO kablam! Oct 13 01:45:27.821 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Oct 13 01:45:27.821 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Oct 13 01:45:27.821 INFO kablam! | Oct 13 01:45:27.821 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Oct 13 01:45:27.821 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Oct 13 01:45:27.836 INFO kablam! Oct 13 01:45:27.837 INFO kablam! warning: cannot find type `User` in this scope Oct 13 01:45:27.837 INFO kablam! --> src/backend/models.rs:4:24 Oct 13 01:45:27.837 INFO kablam! | Oct 13 01:45:27.837 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.837 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.837 INFO kablam! | Oct 13 01:45:27.837 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 01:45:27.837 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! Oct 13 01:45:27.837 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.837 INFO kablam! Oct 13 01:45:27.837 INFO kablam! warning: cannot find type `Task` in this scope Oct 13 01:45:27.837 INFO kablam! --> src/backend/models.rs:4:24 Oct 13 01:45:27.837 INFO kablam! | Oct 13 01:45:27.837 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.837 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.837 INFO kablam! | Oct 13 01:45:27.838 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! Oct 13 01:45:27.838 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.838 INFO kablam! Oct 13 01:45:27.838 INFO kablam! warning: cannot find type `tasks` in this scope Oct 13 01:45:27.838 INFO kablam! --> src/backend/models.rs:4:24 Oct 13 01:45:27.838 INFO kablam! | Oct 13 01:45:27.838 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.838 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.838 INFO kablam! | Oct 13 01:45:27.838 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! Oct 13 01:45:27.838 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.838 INFO kablam! Oct 13 01:45:27.838 INFO kablam! warning: cannot find type `Task` in this scope Oct 13 01:45:27.838 INFO kablam! --> src/backend/models.rs:4:38 Oct 13 01:45:27.838 INFO kablam! | Oct 13 01:45:27.838 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.838 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.838 INFO kablam! | Oct 13 01:45:27.838 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! Oct 13 01:45:27.839 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.839 INFO kablam! Oct 13 01:45:27.839 INFO kablam! warning: cannot find type `tasks` in this scope Oct 13 01:45:27.839 INFO kablam! --> src/backend/models.rs:4:38 Oct 13 01:45:27.839 INFO kablam! | Oct 13 01:45:27.839 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.839 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.839 INFO kablam! | Oct 13 01:45:27.839 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! Oct 13 01:45:27.839 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.839 INFO kablam! Oct 13 01:45:27.839 INFO kablam! warning: cannot find type `NaiveDate` in this scope Oct 13 01:45:27.839 INFO kablam! --> src/backend/models.rs:4:52 Oct 13 01:45:27.839 INFO kablam! | Oct 13 01:45:27.839 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.839 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.839 INFO kablam! | Oct 13 01:45:27.839 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! Oct 13 01:45:27.839 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.839 INFO kablam! Oct 13 01:45:27.840 INFO kablam! warning: cannot find type `Task` in this scope Oct 13 01:45:27.840 INFO kablam! --> src/backend/models.rs:4:52 Oct 13 01:45:27.840 INFO kablam! | Oct 13 01:45:27.840 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.840 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.840 INFO kablam! | Oct 13 01:45:27.840 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! Oct 13 01:45:27.840 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.840 INFO kablam! Oct 13 01:45:27.840 INFO kablam! warning: cannot find type `User` in this scope Oct 13 01:45:27.840 INFO kablam! --> src/backend/models.rs:17:24 Oct 13 01:45:27.840 INFO kablam! | Oct 13 01:45:27.840 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 13 01:45:27.840 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.840 INFO kablam! | Oct 13 01:45:27.840 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! Oct 13 01:45:27.841 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.841 INFO kablam! Oct 13 01:45:27.841 INFO kablam! warning: cannot find type `users` in this scope Oct 13 01:45:27.841 INFO kablam! --> src/backend/models.rs:17:24 Oct 13 01:45:27.841 INFO kablam! | Oct 13 01:45:27.841 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 13 01:45:27.841 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.841 INFO kablam! | Oct 13 01:45:27.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! Oct 13 01:45:27.841 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.841 INFO kablam! Oct 13 01:45:27.841 INFO kablam! warning: cannot find type `User` in this scope Oct 13 01:45:27.841 INFO kablam! --> src/backend/models.rs:17:38 Oct 13 01:45:27.841 INFO kablam! | Oct 13 01:45:27.841 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 13 01:45:27.841 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.842 INFO kablam! | Oct 13 01:45:27.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! Oct 13 01:45:27.842 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.842 INFO kablam! Oct 13 01:45:27.842 INFO kablam! warning: cannot find type `User` in this scope Oct 13 01:45:27.842 INFO kablam! --> src/backend/models.rs:25:24 Oct 13 01:45:27.842 INFO kablam! | Oct 13 01:45:27.842 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.842 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.842 INFO kablam! | Oct 13 01:45:27.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! Oct 13 01:45:27.843 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.843 INFO kablam! Oct 13 01:45:27.843 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 13 01:45:27.844 INFO kablam! --> src/backend/models.rs:25:24 Oct 13 01:45:27.844 INFO kablam! | Oct 13 01:45:27.844 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.844 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.844 INFO kablam! | Oct 13 01:45:27.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! Oct 13 01:45:27.845 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.845 INFO kablam! Oct 13 01:45:27.845 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 13 01:45:27.845 INFO kablam! --> src/backend/models.rs:25:24 Oct 13 01:45:27.845 INFO kablam! | Oct 13 01:45:27.846 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.846 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.846 INFO kablam! | Oct 13 01:45:27.846 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! Oct 13 01:45:27.846 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.847 INFO kablam! Oct 13 01:45:27.847 INFO kablam! warning: cannot find type `Task` in this scope Oct 13 01:45:27.847 INFO kablam! --> src/backend/models.rs:25:24 Oct 13 01:45:27.847 INFO kablam! | Oct 13 01:45:27.847 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.848 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.848 INFO kablam! | Oct 13 01:45:27.848 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! Oct 13 01:45:27.848 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.848 INFO kablam! Oct 13 01:45:27.849 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 13 01:45:27.849 INFO kablam! --> src/backend/models.rs:25:38 Oct 13 01:45:27.849 INFO kablam! | Oct 13 01:45:27.849 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.849 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.850 INFO kablam! | Oct 13 01:45:27.850 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! Oct 13 01:45:27.850 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.850 INFO kablam! Oct 13 01:45:27.850 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 13 01:45:27.850 INFO kablam! --> src/backend/models.rs:25:38 Oct 13 01:45:27.851 INFO kablam! | Oct 13 01:45:27.851 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.851 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.851 INFO kablam! | Oct 13 01:45:27.851 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! Oct 13 01:45:27.851 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.852 INFO kablam! Oct 13 01:45:27.852 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 13 01:45:27.852 INFO kablam! --> src/backend/models.rs:25:52 Oct 13 01:45:27.852 INFO kablam! | Oct 13 01:45:27.852 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.853 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.853 INFO kablam! | Oct 13 01:45:27.853 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! Oct 13 01:45:27.853 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.853 INFO kablam! Oct 13 01:45:27.854 INFO kablam! warning: cannot find type `User` in this scope Oct 13 01:45:27.854 INFO kablam! --> src/backend/models.rs:35:24 Oct 13 01:45:27.854 INFO kablam! | Oct 13 01:45:27.854 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.854 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.854 INFO kablam! | Oct 13 01:45:27.855 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! Oct 13 01:45:27.855 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.855 INFO kablam! Oct 13 01:45:27.855 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 13 01:45:27.855 INFO kablam! --> src/backend/models.rs:35:24 Oct 13 01:45:27.856 INFO kablam! | Oct 13 01:45:27.856 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.856 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.856 INFO kablam! | Oct 13 01:45:27.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! Oct 13 01:45:27.857 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.857 INFO kablam! Oct 13 01:45:27.857 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 13 01:45:27.857 INFO kablam! --> src/backend/models.rs:35:24 Oct 13 01:45:27.857 INFO kablam! | Oct 13 01:45:27.858 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.858 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.858 INFO kablam! | Oct 13 01:45:27.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! Oct 13 01:45:27.859 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.859 INFO kablam! Oct 13 01:45:27.859 INFO kablam! warning: cannot find type `Task` in this scope Oct 13 01:45:27.859 INFO kablam! --> src/backend/models.rs:35:24 Oct 13 01:45:27.860 INFO kablam! | Oct 13 01:45:27.860 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.860 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.860 INFO kablam! | Oct 13 01:45:27.860 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! Oct 13 01:45:27.861 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.861 INFO kablam! Oct 13 01:45:27.861 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 13 01:45:27.861 INFO kablam! --> src/backend/models.rs:35:38 Oct 13 01:45:27.861 INFO kablam! | Oct 13 01:45:27.861 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.862 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.862 INFO kablam! | Oct 13 01:45:27.862 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! Oct 13 01:45:27.862 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.862 INFO kablam! Oct 13 01:45:27.863 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 13 01:45:27.863 INFO kablam! --> src/backend/models.rs:35:38 Oct 13 01:45:27.863 INFO kablam! | Oct 13 01:45:27.863 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.863 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.863 INFO kablam! | Oct 13 01:45:27.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! Oct 13 01:45:27.864 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.864 INFO kablam! Oct 13 01:45:27.864 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 13 01:45:27.865 INFO kablam! --> src/backend/models.rs:35:52 Oct 13 01:45:27.865 INFO kablam! | Oct 13 01:45:27.865 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:27.865 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.865 INFO kablam! | Oct 13 01:45:27.866 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! Oct 13 01:45:27.866 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.866 INFO kablam! Oct 13 01:45:27.866 INFO kablam! warning: cannot find type `table` in this scope Oct 13 01:45:27.869 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 01:45:27.869 INFO kablam! | Oct 13 01:45:27.869 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 01:45:27.869 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.869 INFO kablam! | Oct 13 01:45:27.869 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! Oct 13 01:45:27.870 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.870 INFO kablam! Oct 13 01:45:27.870 INFO kablam! warning: cannot find type `id` in this scope Oct 13 01:45:27.870 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:27.870 INFO kablam! | Oct 13 01:45:27.870 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:27.870 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.870 INFO kablam! | Oct 13 01:45:27.870 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! Oct 13 01:45:27.870 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.870 INFO kablam! Oct 13 01:45:27.871 INFO kablam! warning: cannot find type `user_id` in this scope Oct 13 01:45:27.871 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:27.871 INFO kablam! | Oct 13 01:45:27.871 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:27.871 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.871 INFO kablam! | Oct 13 01:45:27.871 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! Oct 13 01:45:27.871 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.871 INFO kablam! Oct 13 01:45:27.871 INFO kablam! warning: cannot find type `task_id` in this scope Oct 13 01:45:27.872 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:27.872 INFO kablam! | Oct 13 01:45:27.872 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:27.872 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.872 INFO kablam! | Oct 13 01:45:27.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! Oct 13 01:45:27.873 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.874 INFO kablam! Oct 13 01:45:27.874 INFO kablam! warning: cannot find type `creator` in this scope Oct 13 01:45:27.874 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:27.875 INFO kablam! | Oct 13 01:45:27.875 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:27.875 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.875 INFO kablam! | Oct 13 01:45:27.875 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! Oct 13 01:45:27.875 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.875 INFO kablam! Oct 13 01:45:27.876 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Oct 13 01:45:27.876 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:27.876 INFO kablam! | Oct 13 01:45:27.876 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:27.876 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.876 INFO kablam! | Oct 13 01:45:27.877 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! Oct 13 01:45:27.877 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.877 INFO kablam! Oct 13 01:45:27.878 INFO kablam! warning: cannot find type `create_date` in this scope Oct 13 01:45:27.878 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:27.878 INFO kablam! | Oct 13 01:45:27.878 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:27.878 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.878 INFO kablam! | Oct 13 01:45:27.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! Oct 13 01:45:27.879 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.879 INFO kablam! Oct 13 01:45:27.879 INFO kablam! warning: cannot find type `due_date` in this scope Oct 13 01:45:27.879 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:27.880 INFO kablam! | Oct 13 01:45:27.880 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:27.880 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.880 INFO kablam! | Oct 13 01:45:27.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! Oct 13 01:45:27.881 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.881 INFO kablam! Oct 13 01:45:27.881 INFO kablam! warning: cannot find type `name` in this scope Oct 13 01:45:27.881 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:27.881 INFO kablam! | Oct 13 01:45:27.881 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:27.881 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.881 INFO kablam! | Oct 13 01:45:27.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! Oct 13 01:45:27.881 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.881 INFO kablam! Oct 13 01:45:27.882 INFO kablam! warning: cannot find type `discord_id` in this scope Oct 13 01:45:27.882 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:27.882 INFO kablam! | Oct 13 01:45:27.882 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:27.882 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.882 INFO kablam! | Oct 13 01:45:27.882 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! Oct 13 01:45:27.883 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.883 INFO kablam! Oct 13 01:45:27.883 INFO kablam! warning: cannot find type `nickname` in this scope Oct 13 01:45:27.883 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:27.883 INFO kablam! | Oct 13 01:45:27.883 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:27.883 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:27.883 INFO kablam! | Oct 13 01:45:27.884 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! Oct 13 01:45:27.884 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:27.884 INFO kablam! Oct 13 01:45:28.129 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 13 01:45:28.129 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Oct 13 01:45:28.129 INFO kablam! | Oct 13 01:45:28.130 INFO kablam! 1 | use diesel::prelude::*; Oct 13 01:45:28.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:45:28.130 INFO kablam! | Oct 13 01:45:28.130 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:45:28.130 INFO kablam! Oct 13 01:45:28.131 INFO kablam! warning: unused imports: `Error`, `err_msg` Oct 13 01:45:28.131 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Oct 13 01:45:28.131 INFO kablam! | Oct 13 01:45:28.131 INFO kablam! 2 | use failure::{Error,err_msg}; Oct 13 01:45:28.132 INFO kablam! | ^^^^^ ^^^^^^^ Oct 13 01:45:28.132 INFO kablam! Oct 13 01:45:28.132 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Oct 13 01:45:28.132 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Oct 13 01:45:28.132 INFO kablam! | Oct 13 01:45:28.133 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Oct 13 01:45:28.133 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Oct 13 01:45:28.133 INFO kablam! Oct 13 01:45:28.133 INFO kablam! warning: cannot find type `User` in this scope Oct 13 01:45:28.134 INFO kablam! --> src/backend/models.rs:4:24 Oct 13 01:45:28.134 INFO kablam! | Oct 13 01:45:28.134 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.134 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.135 INFO kablam! | Oct 13 01:45:28.135 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 01:45:28.135 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! Oct 13 01:45:28.135 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.135 INFO kablam! Oct 13 01:45:28.136 INFO kablam! warning: cannot find type `Task` in this scope Oct 13 01:45:28.136 INFO kablam! --> src/backend/models.rs:4:24 Oct 13 01:45:28.136 INFO kablam! | Oct 13 01:45:28.136 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.136 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.136 INFO kablam! | Oct 13 01:45:28.136 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! Oct 13 01:45:28.136 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.136 INFO kablam! Oct 13 01:45:28.136 INFO kablam! warning: cannot find type `tasks` in this scope Oct 13 01:45:28.136 INFO kablam! --> src/backend/models.rs:4:24 Oct 13 01:45:28.136 INFO kablam! | Oct 13 01:45:28.136 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.136 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.136 INFO kablam! | Oct 13 01:45:28.136 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! Oct 13 01:45:28.136 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.137 INFO kablam! Oct 13 01:45:28.137 INFO kablam! warning: cannot find type `Task` in this scope Oct 13 01:45:28.137 INFO kablam! --> src/backend/models.rs:4:38 Oct 13 01:45:28.137 INFO kablam! | Oct 13 01:45:28.137 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.137 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.137 INFO kablam! | Oct 13 01:45:28.137 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! Oct 13 01:45:28.137 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.137 INFO kablam! Oct 13 01:45:28.137 INFO kablam! warning: cannot find type `tasks` in this scope Oct 13 01:45:28.137 INFO kablam! --> src/backend/models.rs:4:38 Oct 13 01:45:28.137 INFO kablam! | Oct 13 01:45:28.137 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.137 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.138 INFO kablam! | Oct 13 01:45:28.138 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! Oct 13 01:45:28.138 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.138 INFO kablam! Oct 13 01:45:28.138 INFO kablam! warning: cannot find type `NaiveDate` in this scope Oct 13 01:45:28.138 INFO kablam! --> src/backend/models.rs:4:52 Oct 13 01:45:28.138 INFO kablam! | Oct 13 01:45:28.139 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.139 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.139 INFO kablam! | Oct 13 01:45:28.139 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! Oct 13 01:45:28.139 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.139 INFO kablam! Oct 13 01:45:28.139 INFO kablam! warning: cannot find type `Task` in this scope Oct 13 01:45:28.139 INFO kablam! --> src/backend/models.rs:4:52 Oct 13 01:45:28.139 INFO kablam! | Oct 13 01:45:28.139 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.139 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.139 INFO kablam! | Oct 13 01:45:28.139 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! Oct 13 01:45:28.139 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.139 INFO kablam! Oct 13 01:45:28.139 INFO kablam! warning: cannot find type `User` in this scope Oct 13 01:45:28.139 INFO kablam! --> src/backend/models.rs:17:24 Oct 13 01:45:28.139 INFO kablam! | Oct 13 01:45:28.139 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 13 01:45:28.139 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.139 INFO kablam! | Oct 13 01:45:28.139 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! Oct 13 01:45:28.140 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.140 INFO kablam! Oct 13 01:45:28.140 INFO kablam! warning: cannot find type `users` in this scope Oct 13 01:45:28.140 INFO kablam! --> src/backend/models.rs:17:24 Oct 13 01:45:28.140 INFO kablam! | Oct 13 01:45:28.140 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 13 01:45:28.140 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.140 INFO kablam! | Oct 13 01:45:28.140 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! Oct 13 01:45:28.140 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.140 INFO kablam! Oct 13 01:45:28.140 INFO kablam! warning: cannot find type `User` in this scope Oct 13 01:45:28.140 INFO kablam! --> src/backend/models.rs:17:38 Oct 13 01:45:28.140 INFO kablam! | Oct 13 01:45:28.140 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 13 01:45:28.140 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.140 INFO kablam! | Oct 13 01:45:28.140 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! Oct 13 01:45:28.140 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.140 INFO kablam! Oct 13 01:45:28.140 INFO kablam! warning: cannot find type `User` in this scope Oct 13 01:45:28.140 INFO kablam! --> src/backend/models.rs:25:24 Oct 13 01:45:28.140 INFO kablam! | Oct 13 01:45:28.140 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.141 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.141 INFO kablam! | Oct 13 01:45:28.141 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! Oct 13 01:45:28.141 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.141 INFO kablam! Oct 13 01:45:28.141 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 13 01:45:28.141 INFO kablam! --> src/backend/models.rs:25:24 Oct 13 01:45:28.141 INFO kablam! | Oct 13 01:45:28.141 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.141 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.141 INFO kablam! | Oct 13 01:45:28.141 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! Oct 13 01:45:28.141 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.141 INFO kablam! Oct 13 01:45:28.141 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 13 01:45:28.141 INFO kablam! --> src/backend/models.rs:25:24 Oct 13 01:45:28.141 INFO kablam! | Oct 13 01:45:28.141 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.141 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.141 INFO kablam! | Oct 13 01:45:28.141 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! Oct 13 01:45:28.141 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.141 INFO kablam! Oct 13 01:45:28.141 INFO kablam! warning: cannot find type `Task` in this scope Oct 13 01:45:28.141 INFO kablam! --> src/backend/models.rs:25:24 Oct 13 01:45:28.141 INFO kablam! | Oct 13 01:45:28.141 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.142 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.142 INFO kablam! | Oct 13 01:45:28.142 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! Oct 13 01:45:28.142 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.142 INFO kablam! Oct 13 01:45:28.142 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 13 01:45:28.142 INFO kablam! --> src/backend/models.rs:25:38 Oct 13 01:45:28.142 INFO kablam! | Oct 13 01:45:28.142 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.142 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.142 INFO kablam! | Oct 13 01:45:28.142 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! Oct 13 01:45:28.142 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.142 INFO kablam! Oct 13 01:45:28.142 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 13 01:45:28.142 INFO kablam! --> src/backend/models.rs:25:38 Oct 13 01:45:28.142 INFO kablam! | Oct 13 01:45:28.142 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.142 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.142 INFO kablam! | Oct 13 01:45:28.142 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! Oct 13 01:45:28.142 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.142 INFO kablam! Oct 13 01:45:28.142 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 13 01:45:28.142 INFO kablam! --> src/backend/models.rs:25:52 Oct 13 01:45:28.142 INFO kablam! | Oct 13 01:45:28.143 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.143 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.143 INFO kablam! | Oct 13 01:45:28.143 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! Oct 13 01:45:28.143 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.143 INFO kablam! Oct 13 01:45:28.143 INFO kablam! warning: cannot find type `User` in this scope Oct 13 01:45:28.143 INFO kablam! --> src/backend/models.rs:35:24 Oct 13 01:45:28.143 INFO kablam! | Oct 13 01:45:28.143 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.143 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.143 INFO kablam! | Oct 13 01:45:28.143 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! Oct 13 01:45:28.143 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.143 INFO kablam! Oct 13 01:45:28.143 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 13 01:45:28.143 INFO kablam! --> src/backend/models.rs:35:24 Oct 13 01:45:28.143 INFO kablam! | Oct 13 01:45:28.143 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.143 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.143 INFO kablam! | Oct 13 01:45:28.143 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! Oct 13 01:45:28.143 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.143 INFO kablam! Oct 13 01:45:28.143 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 13 01:45:28.143 INFO kablam! --> src/backend/models.rs:35:24 Oct 13 01:45:28.143 INFO kablam! | Oct 13 01:45:28.144 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.144 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.144 INFO kablam! | Oct 13 01:45:28.144 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! Oct 13 01:45:28.144 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.144 INFO kablam! Oct 13 01:45:28.144 INFO kablam! warning: cannot find type `Task` in this scope Oct 13 01:45:28.144 INFO kablam! --> src/backend/models.rs:35:24 Oct 13 01:45:28.144 INFO kablam! | Oct 13 01:45:28.144 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.144 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.144 INFO kablam! | Oct 13 01:45:28.144 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! Oct 13 01:45:28.144 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.144 INFO kablam! Oct 13 01:45:28.144 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 13 01:45:28.144 INFO kablam! --> src/backend/models.rs:35:38 Oct 13 01:45:28.144 INFO kablam! | Oct 13 01:45:28.144 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.144 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.144 INFO kablam! | Oct 13 01:45:28.144 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! Oct 13 01:45:28.144 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.144 INFO kablam! Oct 13 01:45:28.145 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 13 01:45:28.145 INFO kablam! --> src/backend/models.rs:35:38 Oct 13 01:45:28.145 INFO kablam! | Oct 13 01:45:28.145 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.145 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.145 INFO kablam! | Oct 13 01:45:28.145 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! Oct 13 01:45:28.145 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.145 INFO kablam! Oct 13 01:45:28.145 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 13 01:45:28.145 INFO kablam! --> src/backend/models.rs:35:52 Oct 13 01:45:28.145 INFO kablam! | Oct 13 01:45:28.145 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 13 01:45:28.145 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.145 INFO kablam! | Oct 13 01:45:28.145 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! Oct 13 01:45:28.145 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.145 INFO kablam! Oct 13 01:45:28.145 INFO kablam! warning: cannot find type `table` in this scope Oct 13 01:45:28.145 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 13 01:45:28.145 INFO kablam! | Oct 13 01:45:28.145 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 13 01:45:28.145 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.145 INFO kablam! | Oct 13 01:45:28.145 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! Oct 13 01:45:28.145 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.146 INFO kablam! Oct 13 01:45:28.146 INFO kablam! warning: cannot find type `id` in this scope Oct 13 01:45:28.146 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:28.146 INFO kablam! | Oct 13 01:45:28.146 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:28.146 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.146 INFO kablam! | Oct 13 01:45:28.146 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! Oct 13 01:45:28.146 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.146 INFO kablam! Oct 13 01:45:28.146 INFO kablam! warning: cannot find type `user_id` in this scope Oct 13 01:45:28.146 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:28.146 INFO kablam! | Oct 13 01:45:28.146 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:28.146 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.146 INFO kablam! | Oct 13 01:45:28.146 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! Oct 13 01:45:28.146 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.146 INFO kablam! Oct 13 01:45:28.146 INFO kablam! warning: cannot find type `task_id` in this scope Oct 13 01:45:28.146 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:28.146 INFO kablam! | Oct 13 01:45:28.146 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:28.146 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.146 INFO kablam! | Oct 13 01:45:28.147 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! Oct 13 01:45:28.147 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.147 INFO kablam! Oct 13 01:45:28.147 INFO kablam! warning: cannot find type `creator` in this scope Oct 13 01:45:28.147 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:28.147 INFO kablam! | Oct 13 01:45:28.147 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:28.147 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.147 INFO kablam! | Oct 13 01:45:28.147 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! Oct 13 01:45:28.147 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.147 INFO kablam! Oct 13 01:45:28.147 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Oct 13 01:45:28.147 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:28.147 INFO kablam! | Oct 13 01:45:28.147 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:28.147 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.147 INFO kablam! | Oct 13 01:45:28.147 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! Oct 13 01:45:28.147 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.147 INFO kablam! Oct 13 01:45:28.147 INFO kablam! warning: cannot find type `create_date` in this scope Oct 13 01:45:28.147 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:28.147 INFO kablam! | Oct 13 01:45:28.148 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:28.148 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.148 INFO kablam! | Oct 13 01:45:28.148 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! Oct 13 01:45:28.148 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.148 INFO kablam! Oct 13 01:45:28.148 INFO kablam! warning: cannot find type `due_date` in this scope Oct 13 01:45:28.148 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:28.148 INFO kablam! | Oct 13 01:45:28.148 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:28.148 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.148 INFO kablam! | Oct 13 01:45:28.148 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! Oct 13 01:45:28.148 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.148 INFO kablam! Oct 13 01:45:28.148 INFO kablam! warning: cannot find type `name` in this scope Oct 13 01:45:28.148 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:28.148 INFO kablam! | Oct 13 01:45:28.148 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:28.148 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.148 INFO kablam! | Oct 13 01:45:28.148 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! Oct 13 01:45:28.148 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.148 INFO kablam! Oct 13 01:45:28.149 INFO kablam! warning: cannot find type `discord_id` in this scope Oct 13 01:45:28.149 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:28.149 INFO kablam! | Oct 13 01:45:28.149 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:28.149 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.149 INFO kablam! | Oct 13 01:45:28.149 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! Oct 13 01:45:28.149 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.149 INFO kablam! Oct 13 01:45:28.149 INFO kablam! warning: cannot find type `nickname` in this scope Oct 13 01:45:28.149 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 13 01:45:28.149 INFO kablam! | Oct 13 01:45:28.149 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 13 01:45:28.149 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 01:45:28.149 INFO kablam! | Oct 13 01:45:28.149 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! Oct 13 01:45:28.149 INFO kablam! = note: for more information, see issue #50504 Oct 13 01:45:28.149 INFO kablam! Oct 13 01:45:28.952 INFO kablam! warning: field is never used: `db` Oct 13 01:45:28.953 INFO kablam! --> src/controller.rs:11:5 Oct 13 01:45:28.953 INFO kablam! | Oct 13 01:45:28.953 INFO kablam! 11 | pub(crate) db: Mutex, Oct 13 01:45:28.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:45:28.953 INFO kablam! | Oct 13 01:45:28.954 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:45:28.954 INFO kablam! Oct 13 01:45:29.396 INFO kablam! warning: field is never used: `db` Oct 13 01:45:29.397 INFO kablam! --> src/controller.rs:11:5 Oct 13 01:45:29.397 INFO kablam! | Oct 13 01:45:29.397 INFO kablam! 11 | pub(crate) db: Mutex, Oct 13 01:45:29.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:45:29.417 INFO kablam! | Oct 13 01:45:29.417 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:45:29.417 INFO kablam! Oct 13 01:45:37.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Oct 13 01:45:37.552 INFO kablam! su: No module specific data is present Oct 13 01:45:38.454 INFO running `"docker" "rm" "-f" "7c8204457af2214d2c056e52367409fdb41434e3fc6b968b3a3f70eda25dcf35"` Oct 13 01:45:38.729 INFO blam! 7c8204457af2214d2c056e52367409fdb41434e3fc6b968b3a3f70eda25dcf35