Oct 27 08:53:01.876 INFO checking acmumn/tet against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:53:01.877 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 08:53:02.299 INFO blam! 8aa4362ad477981195e8d8ed3602cdfc75cd00c7a69ffbcee477cc9d265e6b9a Oct 27 08:53:02.310 INFO running `"docker" "start" "-a" "8aa4362ad477981195e8d8ed3602cdfc75cd00c7a69ffbcee477cc9d265e6b9a"` Oct 27 08:53:03.487 INFO kablam! usermod: no changes Oct 27 08:53:03.831 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 27 08:53:03.836 INFO kablam! Checking chrono v0.4.4 Oct 27 08:53:03.838 INFO kablam! Checking evzht9h3nznqzwl v0.0.3 Oct 27 08:53:03.838 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 27 08:53:03.838 INFO kablam! Checking schedule v0.1.0 Oct 27 08:53:03.838 INFO kablam! Checking config v0.9.0 Oct 27 08:53:03.838 INFO kablam! Checking multipart v0.13.6 Oct 27 08:53:12.011 INFO kablam! Checking diesel v1.3.2 Oct 27 08:53:14.241 INFO kablam! Checking serenity v0.5.5 Oct 27 08:53:53.656 INFO kablam! Checking tet v0.1.0 (/source) Oct 27 08:54:02.947 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 27 08:54:02.947 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Oct 27 08:54:02.947 INFO kablam! | Oct 27 08:54:02.947 INFO kablam! 1 | use diesel::prelude::*; Oct 27 08:54:02.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 08:54:02.947 INFO kablam! | Oct 27 08:54:02.948 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:54:02.948 INFO kablam! Oct 27 08:54:02.948 INFO kablam! warning: unused imports: `Error`, `err_msg` Oct 27 08:54:02.948 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Oct 27 08:54:02.948 INFO kablam! | Oct 27 08:54:02.948 INFO kablam! 2 | use failure::{Error,err_msg}; Oct 27 08:54:02.948 INFO kablam! | ^^^^^ ^^^^^^^ Oct 27 08:54:02.948 INFO kablam! Oct 27 08:54:02.948 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Oct 27 08:54:02.948 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Oct 27 08:54:02.948 INFO kablam! | Oct 27 08:54:02.948 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Oct 27 08:54:02.948 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Oct 27 08:54:02.948 INFO kablam! Oct 27 08:54:02.955 INFO kablam! warning: cannot find type `User` in this scope Oct 27 08:54:02.955 INFO kablam! --> src/backend/models.rs:4:24 Oct 27 08:54:02.956 INFO kablam! | Oct 27 08:54:02.957 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.957 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.958 INFO kablam! | Oct 27 08:54:02.958 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 08:54:02.959 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 27 08:54:02.959 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.960 INFO kablam! Oct 27 08:54:02.960 INFO kablam! warning: cannot find type `Task` in this scope Oct 27 08:54:02.961 INFO kablam! --> src/backend/models.rs:4:24 Oct 27 08:54:02.962 INFO kablam! | Oct 27 08:54:02.962 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.963 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.963 INFO kablam! | Oct 27 08:54:02.963 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 27 08:54:02.964 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.964 INFO kablam! Oct 27 08:54:02.964 INFO kablam! warning: cannot find type `tasks` in this scope Oct 27 08:54:02.965 INFO kablam! --> src/backend/models.rs:4:24 Oct 27 08:54:02.965 INFO kablam! | Oct 27 08:54:02.965 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.965 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.966 INFO kablam! | Oct 27 08:54:02.966 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 27 08:54:02.966 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.966 INFO kablam! Oct 27 08:54:02.971 INFO kablam! warning: cannot find type `Task` in this scope Oct 27 08:54:02.971 INFO kablam! --> src/backend/models.rs:4:38 Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.971 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 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 27 08:54:02.971 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.971 INFO kablam! Oct 27 08:54:02.971 INFO kablam! warning: cannot find type `tasks` in this scope Oct 27 08:54:02.971 INFO kablam! --> src/backend/models.rs:4:38 Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.971 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 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 27 08:54:02.971 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.971 INFO kablam! Oct 27 08:54:02.971 INFO kablam! warning: cannot find type `NaiveDate` in this scope Oct 27 08:54:02.971 INFO kablam! --> src/backend/models.rs:4:52 Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.971 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 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 27 08:54:02.971 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.971 INFO kablam! Oct 27 08:54:02.971 INFO kablam! warning: cannot find type `Task` in this scope Oct 27 08:54:02.971 INFO kablam! --> src/backend/models.rs:4:52 Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.971 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 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 27 08:54:02.971 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.971 INFO kablam! Oct 27 08:54:02.971 INFO kablam! warning: cannot find type `User` in this scope Oct 27 08:54:02.971 INFO kablam! --> src/backend/models.rs:17:24 Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 27 08:54:02.971 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 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 27 08:54:02.971 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.971 INFO kablam! Oct 27 08:54:02.971 INFO kablam! warning: cannot find type `users` in this scope Oct 27 08:54:02.971 INFO kablam! --> src/backend/models.rs:17:24 Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 27 08:54:02.971 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 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 27 08:54:02.971 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.971 INFO kablam! Oct 27 08:54:02.971 INFO kablam! warning: cannot find type `User` in this scope Oct 27 08:54:02.971 INFO kablam! --> src/backend/models.rs:17:38 Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 27 08:54:02.971 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 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 27 08:54:02.971 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.971 INFO kablam! Oct 27 08:54:02.971 INFO kablam! warning: cannot find type `User` in this scope Oct 27 08:54:02.971 INFO kablam! --> src/backend/models.rs:25:24 Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.971 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.971 INFO kablam! | Oct 27 08:54:02.971 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 27 08:54:02.971 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.971 INFO kablam! Oct 27 08:54:02.971 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 27 08:54:02.972 INFO kablam! --> src/backend/models.rs:25:24 Oct 27 08:54:02.972 INFO kablam! | Oct 27 08:54:02.972 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.972 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.972 INFO kablam! | Oct 27 08:54:02.972 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 27 08:54:02.972 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.972 INFO kablam! Oct 27 08:54:02.983 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 27 08:54:02.983 INFO kablam! --> src/backend/models.rs:25:24 Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.983 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.983 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.983 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 27 08:54:02.983 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.983 INFO kablam! Oct 27 08:54:02.983 INFO kablam! warning: cannot find type `Task` in this scope Oct 27 08:54:02.983 INFO kablam! --> src/backend/models.rs:25:24 Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.983 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.983 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.983 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 27 08:54:02.983 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.983 INFO kablam! Oct 27 08:54:02.983 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 27 08:54:02.983 INFO kablam! --> src/backend/models.rs:25:38 Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.983 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.983 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.983 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 27 08:54:02.983 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.983 INFO kablam! Oct 27 08:54:02.983 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 27 08:54:02.983 INFO kablam! --> src/backend/models.rs:25:38 Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.983 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.983 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.983 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 27 08:54:02.983 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.983 INFO kablam! Oct 27 08:54:02.983 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 27 08:54:02.983 INFO kablam! --> src/backend/models.rs:25:52 Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.983 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.983 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.983 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 27 08:54:02.983 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.983 INFO kablam! Oct 27 08:54:02.983 INFO kablam! warning: cannot find type `User` in this scope Oct 27 08:54:02.983 INFO kablam! --> src/backend/models.rs:35:24 Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.983 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.983 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.983 INFO kablam! | Oct 27 08:54:02.995 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 27 08:54:02.995 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.995 INFO kablam! Oct 27 08:54:02.995 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 27 08:54:02.995 INFO kablam! --> src/backend/models.rs:35:24 Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.995 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 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 27 08:54:02.995 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.995 INFO kablam! Oct 27 08:54:02.995 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 27 08:54:02.995 INFO kablam! --> src/backend/models.rs:35:24 Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.995 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 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 27 08:54:02.995 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.995 INFO kablam! Oct 27 08:54:02.995 INFO kablam! warning: cannot find type `Task` in this scope Oct 27 08:54:02.995 INFO kablam! --> src/backend/models.rs:35:24 Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.995 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 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 27 08:54:02.995 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.995 INFO kablam! Oct 27 08:54:02.995 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 27 08:54:02.995 INFO kablam! --> src/backend/models.rs:35:38 Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.995 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 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 27 08:54:02.995 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.995 INFO kablam! Oct 27 08:54:02.995 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 27 08:54:02.995 INFO kablam! --> src/backend/models.rs:35:38 Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.995 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 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 27 08:54:02.995 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.995 INFO kablam! Oct 27 08:54:02.995 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 27 08:54:02.995 INFO kablam! --> src/backend/models.rs:35:52 Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:02.995 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.995 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 27 08:54:02.995 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.995 INFO kablam! Oct 27 08:54:02.995 INFO kablam! warning: cannot find type `table` in this scope Oct 27 08:54:02.995 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 08:54:02.995 INFO kablam! | Oct 27 08:54:02.996 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 08:54:02.996 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.996 INFO kablam! | Oct 27 08:54:02.996 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 27 08:54:02.996 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.996 INFO kablam! Oct 27 08:54:02.996 INFO kablam! warning: cannot find type `id` in this scope Oct 27 08:54:02.996 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:02.996 INFO kablam! | Oct 27 08:54:02.996 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:02.996 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.996 INFO kablam! | Oct 27 08:54:02.996 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 27 08:54:02.996 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.996 INFO kablam! Oct 27 08:54:02.996 INFO kablam! warning: cannot find type `user_id` in this scope Oct 27 08:54:02.996 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:02.996 INFO kablam! | Oct 27 08:54:02.996 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:02.996 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.996 INFO kablam! | Oct 27 08:54:02.996 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 27 08:54:02.996 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.996 INFO kablam! Oct 27 08:54:02.996 INFO kablam! warning: cannot find type `task_id` in this scope Oct 27 08:54:02.996 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:02.996 INFO kablam! | Oct 27 08:54:02.996 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:02.996 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:02.996 INFO kablam! | Oct 27 08:54:02.996 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 27 08:54:02.996 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:02.996 INFO kablam! Oct 27 08:54:03.011 INFO kablam! warning: cannot find type `creator` in this scope Oct 27 08:54:03.011 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.011 INFO kablam! | Oct 27 08:54:03.011 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.011 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.011 INFO kablam! | Oct 27 08:54:03.011 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 27 08:54:03.011 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.011 INFO kablam! Oct 27 08:54:03.011 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Oct 27 08:54:03.011 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.011 INFO kablam! | Oct 27 08:54:03.011 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.011 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.011 INFO kablam! | Oct 27 08:54:03.011 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 27 08:54:03.011 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.011 INFO kablam! Oct 27 08:54:03.011 INFO kablam! warning: cannot find type `create_date` in this scope Oct 27 08:54:03.011 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.011 INFO kablam! | Oct 27 08:54:03.011 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.011 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.011 INFO kablam! | Oct 27 08:54:03.011 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 27 08:54:03.011 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.011 INFO kablam! Oct 27 08:54:03.011 INFO kablam! warning: cannot find type `due_date` in this scope Oct 27 08:54:03.011 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.011 INFO kablam! | Oct 27 08:54:03.011 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.011 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.011 INFO kablam! | Oct 27 08:54:03.011 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 27 08:54:03.011 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.011 INFO kablam! Oct 27 08:54:03.011 INFO kablam! warning: cannot find type `name` in this scope Oct 27 08:54:03.011 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.011 INFO kablam! | Oct 27 08:54:03.011 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.011 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.011 INFO kablam! | Oct 27 08:54:03.011 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 27 08:54:03.011 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.011 INFO kablam! Oct 27 08:54:03.011 INFO kablam! warning: cannot find type `discord_id` in this scope Oct 27 08:54:03.011 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.011 INFO kablam! | Oct 27 08:54:03.012 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.012 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.012 INFO kablam! | Oct 27 08:54:03.012 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 27 08:54:03.012 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.012 INFO kablam! Oct 27 08:54:03.012 INFO kablam! warning: cannot find type `nickname` in this scope Oct 27 08:54:03.012 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.012 INFO kablam! | Oct 27 08:54:03.012 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.012 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.012 INFO kablam! | Oct 27 08:54:03.012 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 27 08:54:03.012 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.012 INFO kablam! Oct 27 08:54:03.249 INFO kablam! warning: unused import: `diesel::prelude::*` Oct 27 08:54:03.249 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Oct 27 08:54:03.249 INFO kablam! | Oct 27 08:54:03.249 INFO kablam! 1 | use diesel::prelude::*; Oct 27 08:54:03.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 08:54:03.249 INFO kablam! | Oct 27 08:54:03.249 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:54:03.249 INFO kablam! Oct 27 08:54:03.249 INFO kablam! warning: unused imports: `Error`, `err_msg` Oct 27 08:54:03.249 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Oct 27 08:54:03.249 INFO kablam! | Oct 27 08:54:03.249 INFO kablam! 2 | use failure::{Error,err_msg}; Oct 27 08:54:03.249 INFO kablam! | ^^^^^ ^^^^^^^ Oct 27 08:54:03.249 INFO kablam! Oct 27 08:54:03.249 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Oct 27 08:54:03.249 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Oct 27 08:54:03.249 INFO kablam! | Oct 27 08:54:03.249 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Oct 27 08:54:03.249 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Oct 27 08:54:03.249 INFO kablam! Oct 27 08:54:03.249 INFO kablam! warning: cannot find type `User` in this scope Oct 27 08:54:03.249 INFO kablam! --> src/backend/models.rs:4:24 Oct 27 08:54:03.249 INFO kablam! | Oct 27 08:54:03.249 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.249 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.249 INFO kablam! | Oct 27 08:54:03.249 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 08:54:03.249 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 27 08:54:03.254 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.254 INFO kablam! Oct 27 08:54:03.254 INFO kablam! warning: cannot find type `Task` in this scope Oct 27 08:54:03.254 INFO kablam! --> src/backend/models.rs:4:24 Oct 27 08:54:03.254 INFO kablam! | Oct 27 08:54:03.254 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.254 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.254 INFO kablam! | Oct 27 08:54:03.254 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 27 08:54:03.254 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.254 INFO kablam! Oct 27 08:54:03.254 INFO kablam! warning: cannot find type `tasks` in this scope Oct 27 08:54:03.254 INFO kablam! --> src/backend/models.rs:4:24 Oct 27 08:54:03.254 INFO kablam! | Oct 27 08:54:03.254 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.254 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.254 INFO kablam! | Oct 27 08:54:03.254 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 27 08:54:03.254 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.254 INFO kablam! Oct 27 08:54:03.254 INFO kablam! warning: cannot find type `Task` in this scope Oct 27 08:54:03.254 INFO kablam! --> src/backend/models.rs:4:38 Oct 27 08:54:03.254 INFO kablam! | Oct 27 08:54:03.254 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.254 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.254 INFO kablam! | Oct 27 08:54:03.254 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 27 08:54:03.254 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.254 INFO kablam! Oct 27 08:54:03.255 INFO kablam! warning: cannot find type `tasks` in this scope Oct 27 08:54:03.255 INFO kablam! --> src/backend/models.rs:4:38 Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.255 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 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 27 08:54:03.255 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.255 INFO kablam! Oct 27 08:54:03.255 INFO kablam! warning: cannot find type `NaiveDate` in this scope Oct 27 08:54:03.255 INFO kablam! --> src/backend/models.rs:4:52 Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.255 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 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 27 08:54:03.255 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.255 INFO kablam! Oct 27 08:54:03.255 INFO kablam! warning: cannot find type `Task` in this scope Oct 27 08:54:03.255 INFO kablam! --> src/backend/models.rs:4:52 Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.255 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 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 27 08:54:03.255 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.255 INFO kablam! Oct 27 08:54:03.255 INFO kablam! warning: cannot find type `User` in this scope Oct 27 08:54:03.255 INFO kablam! --> src/backend/models.rs:17:24 Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 27 08:54:03.255 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 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 27 08:54:03.255 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.255 INFO kablam! Oct 27 08:54:03.255 INFO kablam! warning: cannot find type `users` in this scope Oct 27 08:54:03.255 INFO kablam! --> src/backend/models.rs:17:24 Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 27 08:54:03.255 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 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 27 08:54:03.255 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.255 INFO kablam! Oct 27 08:54:03.255 INFO kablam! warning: cannot find type `User` in this scope Oct 27 08:54:03.255 INFO kablam! --> src/backend/models.rs:17:38 Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Oct 27 08:54:03.255 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 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 27 08:54:03.255 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.255 INFO kablam! Oct 27 08:54:03.255 INFO kablam! warning: cannot find type `User` in this scope Oct 27 08:54:03.255 INFO kablam! --> src/backend/models.rs:25:24 Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.255 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 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 27 08:54:03.255 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.255 INFO kablam! Oct 27 08:54:03.255 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 27 08:54:03.255 INFO kablam! --> src/backend/models.rs:25:24 Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.255 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 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 27 08:54:03.255 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.255 INFO kablam! Oct 27 08:54:03.255 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 27 08:54:03.255 INFO kablam! --> src/backend/models.rs:25:24 Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.255 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.255 INFO kablam! | Oct 27 08:54:03.255 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 27 08:54:03.255 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.255 INFO kablam! Oct 27 08:54:03.255 INFO kablam! warning: cannot find type `Task` in this scope Oct 27 08:54:03.256 INFO kablam! --> src/backend/models.rs:25:24 Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.256 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 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 27 08:54:03.256 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.256 INFO kablam! Oct 27 08:54:03.256 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 27 08:54:03.256 INFO kablam! --> src/backend/models.rs:25:38 Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.256 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 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 27 08:54:03.256 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.256 INFO kablam! Oct 27 08:54:03.256 INFO kablam! warning: cannot find type `task_assignments` in this scope Oct 27 08:54:03.256 INFO kablam! --> src/backend/models.rs:25:38 Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.256 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 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 27 08:54:03.256 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.256 INFO kablam! Oct 27 08:54:03.256 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Oct 27 08:54:03.256 INFO kablam! --> src/backend/models.rs:25:52 Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.256 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 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 27 08:54:03.256 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.256 INFO kablam! Oct 27 08:54:03.256 INFO kablam! warning: cannot find type `User` in this scope Oct 27 08:54:03.256 INFO kablam! --> src/backend/models.rs:35:24 Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.256 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 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 27 08:54:03.256 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.256 INFO kablam! Oct 27 08:54:03.256 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 27 08:54:03.256 INFO kablam! --> src/backend/models.rs:35:24 Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.256 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 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 27 08:54:03.256 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.256 INFO kablam! Oct 27 08:54:03.256 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 27 08:54:03.256 INFO kablam! --> src/backend/models.rs:35:24 Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.256 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 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 27 08:54:03.256 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.256 INFO kablam! Oct 27 08:54:03.256 INFO kablam! warning: cannot find type `Task` in this scope Oct 27 08:54:03.256 INFO kablam! --> src/backend/models.rs:35:24 Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.256 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 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 27 08:54:03.256 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.256 INFO kablam! Oct 27 08:54:03.256 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 27 08:54:03.256 INFO kablam! --> src/backend/models.rs:35:38 Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.256 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.256 INFO kablam! | Oct 27 08:54:03.256 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 27 08:54:03.256 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.256 INFO kablam! Oct 27 08:54:03.257 INFO kablam! warning: cannot find type `task_completions` in this scope Oct 27 08:54:03.257 INFO kablam! --> src/backend/models.rs:35:38 Oct 27 08:54:03.257 INFO kablam! | Oct 27 08:54:03.257 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.257 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.257 INFO kablam! | Oct 27 08:54:03.257 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 27 08:54:03.257 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.257 INFO kablam! Oct 27 08:54:03.257 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Oct 27 08:54:03.257 INFO kablam! --> src/backend/models.rs:35:52 Oct 27 08:54:03.257 INFO kablam! | Oct 27 08:54:03.257 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Oct 27 08:54:03.257 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.257 INFO kablam! | Oct 27 08:54:03.257 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 27 08:54:03.257 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.257 INFO kablam! Oct 27 08:54:03.257 INFO kablam! warning: cannot find type `table` in this scope Oct 27 08:54:03.257 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 08:54:03.257 INFO kablam! | Oct 27 08:54:03.257 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 08:54:03.257 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.257 INFO kablam! | Oct 27 08:54:03.257 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 27 08:54:03.257 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.257 INFO kablam! Oct 27 08:54:03.257 INFO kablam! warning: cannot find type `id` in this scope Oct 27 08:54:03.257 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.257 INFO kablam! | Oct 27 08:54:03.257 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.257 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.257 INFO kablam! | Oct 27 08:54:03.257 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 27 08:54:03.257 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.257 INFO kablam! Oct 27 08:54:03.279 INFO kablam! warning: cannot find type `user_id` in this scope Oct 27 08:54:03.279 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.279 INFO kablam! | Oct 27 08:54:03.279 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.279 INFO kablam! | Oct 27 08:54:03.279 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 27 08:54:03.279 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.279 INFO kablam! Oct 27 08:54:03.279 INFO kablam! warning: cannot find type `task_id` in this scope Oct 27 08:54:03.279 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.279 INFO kablam! | Oct 27 08:54:03.279 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.279 INFO kablam! | Oct 27 08:54:03.279 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 27 08:54:03.279 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.279 INFO kablam! Oct 27 08:54:03.279 INFO kablam! warning: cannot find type `creator` in this scope Oct 27 08:54:03.279 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.279 INFO kablam! | Oct 27 08:54:03.279 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.279 INFO kablam! | Oct 27 08:54:03.279 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 27 08:54:03.279 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.279 INFO kablam! Oct 27 08:54:03.279 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Oct 27 08:54:03.279 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.279 INFO kablam! | Oct 27 08:54:03.279 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.279 INFO kablam! | Oct 27 08:54:03.279 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 27 08:54:03.279 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.279 INFO kablam! Oct 27 08:54:03.279 INFO kablam! warning: cannot find type `create_date` in this scope Oct 27 08:54:03.279 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.279 INFO kablam! | Oct 27 08:54:03.279 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.279 INFO kablam! | Oct 27 08:54:03.279 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 27 08:54:03.280 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.280 INFO kablam! Oct 27 08:54:03.280 INFO kablam! warning: cannot find type `due_date` in this scope Oct 27 08:54:03.280 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.280 INFO kablam! | Oct 27 08:54:03.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.280 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.280 INFO kablam! | Oct 27 08:54:03.280 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 27 08:54:03.280 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.280 INFO kablam! Oct 27 08:54:03.280 INFO kablam! warning: cannot find type `name` in this scope Oct 27 08:54:03.280 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.280 INFO kablam! | Oct 27 08:54:03.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.280 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.280 INFO kablam! | Oct 27 08:54:03.280 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 27 08:54:03.280 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.280 INFO kablam! Oct 27 08:54:03.280 INFO kablam! warning: cannot find type `discord_id` in this scope Oct 27 08:54:03.280 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.280 INFO kablam! | Oct 27 08:54:03.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.280 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.280 INFO kablam! | Oct 27 08:54:03.280 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 27 08:54:03.280 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.280 INFO kablam! Oct 27 08:54:03.280 INFO kablam! warning: cannot find type `nickname` in this scope Oct 27 08:54:03.280 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 08:54:03.280 INFO kablam! | Oct 27 08:54:03.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 08:54:03.280 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 08:54:03.280 INFO kablam! | Oct 27 08:54:03.280 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 27 08:54:03.280 INFO kablam! = note: for more information, see issue #50504 Oct 27 08:54:03.280 INFO kablam! Oct 27 08:54:04.263 INFO kablam! warning: field is never used: `db` Oct 27 08:54:04.263 INFO kablam! --> src/controller.rs:11:5 Oct 27 08:54:04.263 INFO kablam! | Oct 27 08:54:04.264 INFO kablam! 11 | pub(crate) db: Mutex, Oct 27 08:54:04.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:54:04.264 INFO kablam! | Oct 27 08:54:04.265 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:54:04.265 INFO kablam! Oct 27 08:54:04.695 INFO kablam! warning: field is never used: `db` Oct 27 08:54:04.695 INFO kablam! --> src/controller.rs:11:5 Oct 27 08:54:04.695 INFO kablam! | Oct 27 08:54:04.695 INFO kablam! 11 | pub(crate) db: Mutex, Oct 27 08:54:04.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:54:04.695 INFO kablam! | Oct 27 08:54:04.696 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:54:04.696 INFO kablam! Oct 27 08:54:12.545 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 27 08:54:12.567 INFO kablam! su: No module specific data is present Oct 27 08:54:14.184 INFO running `"docker" "rm" "-f" "8aa4362ad477981195e8d8ed3602cdfc75cd00c7a69ffbcee477cc9d265e6b9a"` Oct 27 08:54:14.559 INFO blam! 8aa4362ad477981195e8d8ed3602cdfc75cd00c7a69ffbcee477cc9d265e6b9a