Nov 01 09:13:25.646 INFO checking acmumn/tet against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Nov 01 09:13:25.646 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 01 09:13:26.094 INFO blam! b18f5b77be3bf90e79405efb4a136d3ec05d249db1705f4ef0eb3026d086d188 Nov 01 09:13:26.112 INFO running `"docker" "start" "-a" "b18f5b77be3bf90e79405efb4a136d3ec05d249db1705f4ef0eb3026d086d188"` Nov 01 09:13:26.937 INFO kablam! usermod: no changes Nov 01 09:13:27.305 INFO kablam! Checking base64 v0.8.0 Nov 01 09:13:27.320 INFO kablam! Checking uuid v0.5.1 Nov 01 09:13:27.321 INFO kablam! Checking parking_lot v0.5.5 Nov 01 09:13:27.321 INFO kablam! Checking diesel v1.3.2 Nov 01 09:13:27.322 INFO kablam! Checking hyper-native-tls v0.2.4 Nov 01 09:13:27.322 INFO kablam! Checking chrono v0.2.25 Nov 01 09:13:27.323 INFO kablam! Checking config v0.9.0 Nov 01 09:13:27.323 INFO kablam! Checking multipart v0.13.6 Nov 01 09:13:32.205 INFO kablam! Checking evzht9h3nznqzwl v0.0.3 Nov 01 09:13:39.285 INFO kablam! Checking schedule v0.1.0 Nov 01 09:13:41.982 INFO kablam! Checking serenity v0.5.5 Nov 01 09:14:19.861 INFO kablam! Checking tet v0.1.0 (/source) Nov 01 09:14:28.296 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 01 09:14:28.296 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! 1 | use diesel::prelude::*; Nov 01 09:14:28.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 01 09:14:28.296 INFO kablam! Nov 01 09:14:28.296 INFO kablam! warning: unused imports: `Error`, `err_msg` Nov 01 09:14:28.296 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! 2 | use failure::{Error,err_msg}; Nov 01 09:14:28.296 INFO kablam! | ^^^^^ ^^^^^^^ Nov 01 09:14:28.296 INFO kablam! Nov 01 09:14:28.296 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Nov 01 09:14:28.296 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 01 09:14:28.296 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 01 09:14:28.296 INFO kablam! Nov 01 09:14:28.296 INFO kablam! warning: cannot find type `User` in this scope Nov 01 09:14:28.296 INFO kablam! --> src/backend/models.rs:4:24 Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.296 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 01 09:14:28.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.296 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.296 INFO kablam! Nov 01 09:14:28.296 INFO kablam! warning: cannot find type `Task` in this scope Nov 01 09:14:28.296 INFO kablam! --> src/backend/models.rs:4:24 Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.296 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.296 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.296 INFO kablam! Nov 01 09:14:28.296 INFO kablam! warning: cannot find type `tasks` in this scope Nov 01 09:14:28.296 INFO kablam! --> src/backend/models.rs:4:24 Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.296 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.296 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.296 INFO kablam! Nov 01 09:14:28.296 INFO kablam! warning: cannot find type `Task` in this scope Nov 01 09:14:28.296 INFO kablam! --> src/backend/models.rs:4:38 Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.296 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.296 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.296 INFO kablam! Nov 01 09:14:28.296 INFO kablam! warning: cannot find type `tasks` in this scope Nov 01 09:14:28.296 INFO kablam! --> src/backend/models.rs:4:38 Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.296 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.296 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.296 INFO kablam! Nov 01 09:14:28.296 INFO kablam! warning: cannot find type `NaiveDate` in this scope Nov 01 09:14:28.296 INFO kablam! --> src/backend/models.rs:4:52 Nov 01 09:14:28.296 INFO kablam! | Nov 01 09:14:28.296 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.297 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.297 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.297 INFO kablam! Nov 01 09:14:28.297 INFO kablam! warning: cannot find type `Task` in this scope Nov 01 09:14:28.297 INFO kablam! --> src/backend/models.rs:4:52 Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.297 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.297 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.297 INFO kablam! Nov 01 09:14:28.297 INFO kablam! warning: cannot find type `User` in this scope Nov 01 09:14:28.297 INFO kablam! --> src/backend/models.rs:17:24 Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 01 09:14:28.297 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.297 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.297 INFO kablam! Nov 01 09:14:28.297 INFO kablam! warning: cannot find type `users` in this scope Nov 01 09:14:28.297 INFO kablam! --> src/backend/models.rs:17:24 Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 01 09:14:28.297 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.297 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.297 INFO kablam! Nov 01 09:14:28.297 INFO kablam! warning: cannot find type `User` in this scope Nov 01 09:14:28.297 INFO kablam! --> src/backend/models.rs:17:38 Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 01 09:14:28.297 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.297 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.297 INFO kablam! Nov 01 09:14:28.297 INFO kablam! warning: cannot find type `User` in this scope Nov 01 09:14:28.297 INFO kablam! --> src/backend/models.rs:25:24 Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.297 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.297 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.297 INFO kablam! Nov 01 09:14:28.297 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 01 09:14:28.297 INFO kablam! --> src/backend/models.rs:25:24 Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.297 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.297 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.297 INFO kablam! Nov 01 09:14:28.297 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 01 09:14:28.297 INFO kablam! --> src/backend/models.rs:25:24 Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.297 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.297 INFO kablam! | Nov 01 09:14:28.297 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.297 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.297 INFO kablam! Nov 01 09:14:28.305 INFO kablam! warning: cannot find type `Task` in this scope Nov 01 09:14:28.305 INFO kablam! --> src/backend/models.rs:25:24 Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.305 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.305 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.305 INFO kablam! Nov 01 09:14:28.305 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 01 09:14:28.305 INFO kablam! --> src/backend/models.rs:25:38 Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.305 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.305 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.305 INFO kablam! Nov 01 09:14:28.305 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 01 09:14:28.305 INFO kablam! --> src/backend/models.rs:25:38 Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.305 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.305 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.305 INFO kablam! Nov 01 09:14:28.305 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 01 09:14:28.305 INFO kablam! --> src/backend/models.rs:25:52 Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.305 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.305 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.305 INFO kablam! Nov 01 09:14:28.305 INFO kablam! warning: cannot find type `User` in this scope Nov 01 09:14:28.305 INFO kablam! --> src/backend/models.rs:35:24 Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.305 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.305 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.305 INFO kablam! Nov 01 09:14:28.305 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 01 09:14:28.305 INFO kablam! --> src/backend/models.rs:35:24 Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.305 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.305 INFO kablam! | Nov 01 09:14:28.305 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.305 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.305 INFO kablam! Nov 01 09:14:28.305 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 01 09:14:28.305 INFO kablam! --> src/backend/models.rs:35:24 Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.306 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.306 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.306 INFO kablam! Nov 01 09:14:28.306 INFO kablam! warning: cannot find type `Task` in this scope Nov 01 09:14:28.306 INFO kablam! --> src/backend/models.rs:35:24 Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.306 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.306 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.306 INFO kablam! Nov 01 09:14:28.306 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 01 09:14:28.306 INFO kablam! --> src/backend/models.rs:35:38 Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.306 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.306 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.306 INFO kablam! Nov 01 09:14:28.306 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 01 09:14:28.306 INFO kablam! --> src/backend/models.rs:35:38 Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.306 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.306 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.306 INFO kablam! Nov 01 09:14:28.306 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 01 09:14:28.306 INFO kablam! --> src/backend/models.rs:35:52 Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.306 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.306 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.306 INFO kablam! Nov 01 09:14:28.306 INFO kablam! warning: cannot find type `table` in this scope Nov 01 09:14:28.306 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 01 09:14:28.306 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.306 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.306 INFO kablam! Nov 01 09:14:28.306 INFO kablam! warning: cannot find type `id` in this scope Nov 01 09:14:28.306 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.306 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.306 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.306 INFO kablam! Nov 01 09:14:28.306 INFO kablam! warning: cannot find type `user_id` in this scope Nov 01 09:14:28.306 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.306 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.306 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.306 INFO kablam! Nov 01 09:14:28.306 INFO kablam! warning: cannot find type `task_id` in this scope Nov 01 09:14:28.306 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.306 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.306 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.306 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.306 INFO kablam! Nov 01 09:14:28.306 INFO kablam! warning: cannot find type `creator` in this scope Nov 01 09:14:28.306 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.306 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.307 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.307 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.307 INFO kablam! Nov 01 09:14:28.307 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Nov 01 09:14:28.307 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.307 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.307 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.307 INFO kablam! Nov 01 09:14:28.307 INFO kablam! warning: cannot find type `create_date` in this scope Nov 01 09:14:28.307 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.307 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.307 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.307 INFO kablam! Nov 01 09:14:28.307 INFO kablam! warning: cannot find type `due_date` in this scope Nov 01 09:14:28.307 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.307 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.307 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.307 INFO kablam! Nov 01 09:14:28.307 INFO kablam! warning: cannot find type `name` in this scope Nov 01 09:14:28.307 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.307 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.307 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.307 INFO kablam! Nov 01 09:14:28.307 INFO kablam! warning: cannot find type `discord_id` in this scope Nov 01 09:14:28.307 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.307 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.307 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.307 INFO kablam! Nov 01 09:14:28.307 INFO kablam! warning: cannot find type `nickname` in this scope Nov 01 09:14:28.307 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.307 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.307 INFO kablam! | Nov 01 09:14:28.307 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.307 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.307 INFO kablam! Nov 01 09:14:28.314 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 01 09:14:28.314 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 01 09:14:28.314 INFO kablam! | Nov 01 09:14:28.314 INFO kablam! 1 | use diesel::prelude::*; Nov 01 09:14:28.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 01 09:14:28.314 INFO kablam! | Nov 01 09:14:28.314 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 01 09:14:28.314 INFO kablam! Nov 01 09:14:28.314 INFO kablam! warning: unused imports: `Error`, `err_msg` Nov 01 09:14:28.314 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 01 09:14:28.314 INFO kablam! | Nov 01 09:14:28.314 INFO kablam! 2 | use failure::{Error,err_msg}; Nov 01 09:14:28.314 INFO kablam! | ^^^^^ ^^^^^^^ Nov 01 09:14:28.314 INFO kablam! Nov 01 09:14:28.314 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Nov 01 09:14:28.314 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 01 09:14:28.314 INFO kablam! | Nov 01 09:14:28.314 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 01 09:14:28.314 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 01 09:14:28.314 INFO kablam! Nov 01 09:14:28.314 INFO kablam! warning: cannot find type `User` in this scope Nov 01 09:14:28.314 INFO kablam! --> src/backend/models.rs:4:24 Nov 01 09:14:28.314 INFO kablam! | Nov 01 09:14:28.314 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.314 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.314 INFO kablam! | Nov 01 09:14:28.314 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 01 09:14:28.314 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.314 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.314 INFO kablam! Nov 01 09:14:28.314 INFO kablam! warning: cannot find type `Task` in this scope Nov 01 09:14:28.314 INFO kablam! --> src/backend/models.rs:4:24 Nov 01 09:14:28.314 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.315 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.315 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.315 INFO kablam! Nov 01 09:14:28.315 INFO kablam! warning: cannot find type `tasks` in this scope Nov 01 09:14:28.315 INFO kablam! --> src/backend/models.rs:4:24 Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.315 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.315 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.315 INFO kablam! Nov 01 09:14:28.315 INFO kablam! warning: cannot find type `Task` in this scope Nov 01 09:14:28.315 INFO kablam! --> src/backend/models.rs:4:38 Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.315 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.315 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.315 INFO kablam! Nov 01 09:14:28.315 INFO kablam! warning: cannot find type `tasks` in this scope Nov 01 09:14:28.315 INFO kablam! --> src/backend/models.rs:4:38 Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.315 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.315 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.315 INFO kablam! Nov 01 09:14:28.315 INFO kablam! warning: cannot find type `NaiveDate` in this scope Nov 01 09:14:28.315 INFO kablam! --> src/backend/models.rs:4:52 Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.315 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.315 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.315 INFO kablam! Nov 01 09:14:28.315 INFO kablam! warning: cannot find type `Task` in this scope Nov 01 09:14:28.315 INFO kablam! --> src/backend/models.rs:4:52 Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.315 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.315 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.315 INFO kablam! Nov 01 09:14:28.315 INFO kablam! warning: cannot find type `User` in this scope Nov 01 09:14:28.315 INFO kablam! --> src/backend/models.rs:17:24 Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 01 09:14:28.315 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.315 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.315 INFO kablam! Nov 01 09:14:28.315 INFO kablam! warning: cannot find type `users` in this scope Nov 01 09:14:28.315 INFO kablam! --> src/backend/models.rs:17:24 Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 01 09:14:28.315 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.315 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.315 INFO kablam! Nov 01 09:14:28.315 INFO kablam! warning: cannot find type `User` in this scope Nov 01 09:14:28.315 INFO kablam! --> src/backend/models.rs:17:38 Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 01 09:14:28.315 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.315 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.315 INFO kablam! Nov 01 09:14:28.315 INFO kablam! warning: cannot find type `User` in this scope Nov 01 09:14:28.315 INFO kablam! --> src/backend/models.rs:25:24 Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.315 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.315 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.315 INFO kablam! Nov 01 09:14:28.315 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 01 09:14:28.315 INFO kablam! --> src/backend/models.rs:25:24 Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.315 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.315 INFO kablam! | Nov 01 09:14:28.315 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.316 INFO kablam! Nov 01 09:14:28.316 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 01 09:14:28.316 INFO kablam! --> src/backend/models.rs:25:24 Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.316 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.316 INFO kablam! Nov 01 09:14:28.316 INFO kablam! warning: cannot find type `Task` in this scope Nov 01 09:14:28.316 INFO kablam! --> src/backend/models.rs:25:24 Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.316 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.316 INFO kablam! Nov 01 09:14:28.316 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 01 09:14:28.316 INFO kablam! --> src/backend/models.rs:25:38 Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.316 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.316 INFO kablam! Nov 01 09:14:28.316 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 01 09:14:28.316 INFO kablam! --> src/backend/models.rs:25:38 Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.316 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.316 INFO kablam! Nov 01 09:14:28.316 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 01 09:14:28.316 INFO kablam! --> src/backend/models.rs:25:52 Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.316 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.316 INFO kablam! Nov 01 09:14:28.316 INFO kablam! warning: cannot find type `User` in this scope Nov 01 09:14:28.316 INFO kablam! --> src/backend/models.rs:35:24 Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.316 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.316 INFO kablam! Nov 01 09:14:28.316 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 01 09:14:28.316 INFO kablam! --> src/backend/models.rs:35:24 Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.316 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.316 INFO kablam! Nov 01 09:14:28.316 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 01 09:14:28.316 INFO kablam! --> src/backend/models.rs:35:24 Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.316 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.316 INFO kablam! Nov 01 09:14:28.316 INFO kablam! warning: cannot find type `Task` in this scope Nov 01 09:14:28.316 INFO kablam! --> src/backend/models.rs:35:24 Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.316 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.316 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.316 INFO kablam! Nov 01 09:14:28.316 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 01 09:14:28.316 INFO kablam! --> src/backend/models.rs:35:38 Nov 01 09:14:28.316 INFO kablam! | Nov 01 09:14:28.316 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.316 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.317 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.317 INFO kablam! Nov 01 09:14:28.317 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 01 09:14:28.317 INFO kablam! --> src/backend/models.rs:35:38 Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.317 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.317 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.317 INFO kablam! Nov 01 09:14:28.317 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 01 09:14:28.317 INFO kablam! --> src/backend/models.rs:35:52 Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 01 09:14:28.317 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.317 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.317 INFO kablam! Nov 01 09:14:28.317 INFO kablam! warning: cannot find type `table` in this scope Nov 01 09:14:28.317 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 01 09:14:28.317 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.317 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.317 INFO kablam! Nov 01 09:14:28.317 INFO kablam! warning: cannot find type `id` in this scope Nov 01 09:14:28.317 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.317 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.317 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.317 INFO kablam! Nov 01 09:14:28.317 INFO kablam! warning: cannot find type `user_id` in this scope Nov 01 09:14:28.317 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.317 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.317 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.317 INFO kablam! Nov 01 09:14:28.317 INFO kablam! warning: cannot find type `task_id` in this scope Nov 01 09:14:28.317 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.317 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.317 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.317 INFO kablam! | Nov 01 09:14:28.324 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.324 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.324 INFO kablam! Nov 01 09:14:28.324 INFO kablam! warning: cannot find type `creator` in this scope Nov 01 09:14:28.324 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.324 INFO kablam! | Nov 01 09:14:28.324 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.324 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.324 INFO kablam! | Nov 01 09:14:28.324 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.324 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.324 INFO kablam! Nov 01 09:14:28.324 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Nov 01 09:14:28.324 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.324 INFO kablam! | Nov 01 09:14:28.324 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.325 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.325 INFO kablam! | Nov 01 09:14:28.325 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.325 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.325 INFO kablam! Nov 01 09:14:28.325 INFO kablam! warning: cannot find type `create_date` in this scope Nov 01 09:14:28.325 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.325 INFO kablam! | Nov 01 09:14:28.325 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.325 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.325 INFO kablam! | Nov 01 09:14:28.325 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.325 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.325 INFO kablam! Nov 01 09:14:28.325 INFO kablam! warning: cannot find type `due_date` in this scope Nov 01 09:14:28.325 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.325 INFO kablam! | Nov 01 09:14:28.325 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.325 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.325 INFO kablam! | Nov 01 09:14:28.325 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.325 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.325 INFO kablam! Nov 01 09:14:28.325 INFO kablam! warning: cannot find type `name` in this scope Nov 01 09:14:28.325 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.325 INFO kablam! | Nov 01 09:14:28.325 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.325 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.325 INFO kablam! | Nov 01 09:14:28.325 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.325 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.325 INFO kablam! Nov 01 09:14:28.325 INFO kablam! warning: cannot find type `discord_id` in this scope Nov 01 09:14:28.325 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.325 INFO kablam! | Nov 01 09:14:28.325 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.325 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.325 INFO kablam! | Nov 01 09:14:28.325 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.325 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.325 INFO kablam! Nov 01 09:14:28.325 INFO kablam! warning: cannot find type `nickname` in this scope Nov 01 09:14:28.325 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 01 09:14:28.325 INFO kablam! | Nov 01 09:14:28.325 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 01 09:14:28.325 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 01 09:14:28.325 INFO kablam! | Nov 01 09:14:28.325 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 01 09:14:28.325 INFO kablam! = note: for more information, see issue #50504 Nov 01 09:14:28.325 INFO kablam! Nov 01 09:14:29.448 INFO kablam! warning: field is never used: `db` Nov 01 09:14:29.448 INFO kablam! --> src/controller.rs:11:5 Nov 01 09:14:29.448 INFO kablam! | Nov 01 09:14:29.448 INFO kablam! 11 | pub(crate) db: Mutex, Nov 01 09:14:29.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 01 09:14:29.448 INFO kablam! | Nov 01 09:14:29.448 INFO kablam! = note: #[warn(dead_code)] on by default Nov 01 09:14:29.448 INFO kablam! Nov 01 09:14:29.541 INFO kablam! warning: field is never used: `db` Nov 01 09:14:29.541 INFO kablam! --> src/controller.rs:11:5 Nov 01 09:14:29.541 INFO kablam! | Nov 01 09:14:29.541 INFO kablam! 11 | pub(crate) db: Mutex, Nov 01 09:14:29.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 01 09:14:29.541 INFO kablam! | Nov 01 09:14:29.541 INFO kablam! = note: #[warn(dead_code)] on by default Nov 01 09:14:29.541 INFO kablam! Nov 01 09:14:37.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Nov 01 09:14:37.189 INFO kablam! su: No module specific data is present Nov 01 09:14:38.225 INFO running `"docker" "rm" "-f" "b18f5b77be3bf90e79405efb4a136d3ec05d249db1705f4ef0eb3026d086d188"` Nov 01 09:14:38.540 INFO blam! b18f5b77be3bf90e79405efb4a136d3ec05d249db1705f4ef0eb3026d086d188