Nov 09 17:05:38.064 INFO checking acmumn/tet against master#653da4fd006c97625247acd7e076d0782cdc149b for pr-55632 Nov 09 17:05:38.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-6/master#653da4fd006c97625247acd7e076d0782cdc149b:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55632/master#653da4fd006c97625247acd7e076d0782cdc149b:/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 +653da4fd006c97625247acd7e076d0782cdc149b-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 09 17:05:38.435 INFO blam! 374e13c111d4447150a2c6cf74ae26624ce7607922936e5986621a7be5d0711e Nov 09 17:05:38.447 INFO running `"docker" "start" "-a" "374e13c111d4447150a2c6cf74ae26624ce7607922936e5986621a7be5d0711e"` Nov 09 17:05:39.385 INFO kablam! usermod: no changes Nov 09 17:05:39.774 INFO kablam! Compiling libsqlite3-sys v0.9.1 Nov 09 17:05:39.774 INFO kablam! Checking memchr v2.0.1 Nov 09 17:05:39.779 INFO kablam! Checking chrono v0.4.4 Nov 09 17:05:39.779 INFO kablam! Checking hyper-native-tls v0.2.4 Nov 09 17:05:39.783 INFO kablam! Checking evzht9h3nznqzwl v0.0.3 Nov 09 17:05:39.783 INFO kablam! Compiling mime_guess v1.8.6 Nov 09 17:05:39.783 INFO kablam! Checking serde-hjson v0.8.1 Nov 09 17:05:39.783 INFO kablam! Checking schedule v0.1.0 Nov 09 17:05:42.555 INFO kablam! Checking nom v4.0.0 Nov 09 17:05:47.955 INFO kablam! Checking diesel v1.3.2 Nov 09 17:05:56.773 INFO kablam! Checking config v0.9.0 Nov 09 17:05:59.796 INFO kablam! Checking multipart v0.13.6 Nov 09 17:06:03.979 INFO kablam! Checking serenity v0.5.5 Nov 09 17:06:39.979 INFO kablam! Checking tet v0.1.0 (/source) Nov 09 17:06:48.487 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 09 17:06:48.487 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 09 17:06:48.487 INFO kablam! | Nov 09 17:06:48.487 INFO kablam! 1 | use diesel::prelude::*; Nov 09 17:06:48.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 09 17:06:48.487 INFO kablam! | Nov 09 17:06:48.487 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 09 17:06:48.489 INFO kablam! Nov 09 17:06:48.489 INFO kablam! warning: unused imports: `Error`, `err_msg` Nov 09 17:06:48.489 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 09 17:06:48.489 INFO kablam! | Nov 09 17:06:48.489 INFO kablam! 2 | use failure::{Error,err_msg}; Nov 09 17:06:48.490 INFO kablam! | ^^^^^ ^^^^^^^ Nov 09 17:06:48.490 INFO kablam! Nov 09 17:06:48.490 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Nov 09 17:06:48.490 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 09 17:06:48.490 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 09 17:06:48.490 INFO kablam! Nov 09 17:06:48.490 INFO kablam! warning: cannot find type `User` in this scope Nov 09 17:06:48.490 INFO kablam! --> src/backend/models.rs:4:24 Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.490 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 17:06:48.490 INFO 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 09 17:06:48.490 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.490 INFO kablam! Nov 09 17:06:48.490 INFO kablam! warning: cannot find type `Task` in this scope Nov 09 17:06:48.490 INFO kablam! --> src/backend/models.rs:4:24 Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.490 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO 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 09 17:06:48.490 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.490 INFO kablam! Nov 09 17:06:48.490 INFO kablam! warning: cannot find type `tasks` in this scope Nov 09 17:06:48.490 INFO kablam! --> src/backend/models.rs:4:24 Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.490 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO 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 09 17:06:48.490 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.490 INFO kablam! Nov 09 17:06:48.490 INFO kablam! warning: cannot find type `Task` in this scope Nov 09 17:06:48.490 INFO kablam! --> src/backend/models.rs:4:38 Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.490 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO 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 09 17:06:48.490 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.490 INFO kablam! Nov 09 17:06:48.490 INFO kablam! warning: cannot find type `tasks` in this scope Nov 09 17:06:48.490 INFO kablam! --> src/backend/models.rs:4:38 Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.490 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO 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 09 17:06:48.490 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.490 INFO kablam! Nov 09 17:06:48.490 INFO kablam! warning: cannot find type `NaiveDate` in this scope Nov 09 17:06:48.490 INFO kablam! --> src/backend/models.rs:4:52 Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.490 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO 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 09 17:06:48.490 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.490 INFO kablam! Nov 09 17:06:48.490 INFO kablam! warning: cannot find type `Task` in this scope Nov 09 17:06:48.490 INFO kablam! --> src/backend/models.rs:4:52 Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.490 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO 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 09 17:06:48.490 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.490 INFO kablam! Nov 09 17:06:48.490 INFO kablam! warning: cannot find type `User` in this scope Nov 09 17:06:48.490 INFO kablam! --> src/backend/models.rs:17:24 Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 09 17:06:48.490 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.490 INFO kablam! | Nov 09 17:06:48.490 INFO 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 09 17:06:48.490 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.490 INFO kablam! Nov 09 17:06:48.490 INFO kablam! warning: cannot find type `users` in this scope Nov 09 17:06:48.490 INFO kablam! --> src/backend/models.rs:17:24 Nov 09 17:06:48.491 INFO kablam! | Nov 09 17:06:48.491 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 09 17:06:48.491 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.491 INFO kablam! | Nov 09 17:06:48.491 INFO 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 09 17:06:48.491 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.491 INFO kablam! Nov 09 17:06:48.491 INFO kablam! warning: cannot find type `User` in this scope Nov 09 17:06:48.491 INFO kablam! --> src/backend/models.rs:17:38 Nov 09 17:06:48.491 INFO kablam! | Nov 09 17:06:48.491 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 09 17:06:48.491 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.491 INFO kablam! | Nov 09 17:06:48.491 INFO 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 09 17:06:48.491 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.491 INFO kablam! Nov 09 17:06:48.491 INFO kablam! warning: cannot find type `User` in this scope Nov 09 17:06:48.491 INFO kablam! --> src/backend/models.rs:25:24 Nov 09 17:06:48.491 INFO kablam! | Nov 09 17:06:48.491 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.491 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.491 INFO kablam! | Nov 09 17:06:48.491 INFO 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 09 17:06:48.491 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.491 INFO kablam! Nov 09 17:06:48.491 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 09 17:06:48.491 INFO kablam! --> src/backend/models.rs:25:24 Nov 09 17:06:48.491 INFO kablam! | Nov 09 17:06:48.491 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.491 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.491 INFO kablam! | Nov 09 17:06:48.506 INFO 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 09 17:06:48.506 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.506 INFO kablam! Nov 09 17:06:48.506 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 09 17:06:48.506 INFO kablam! --> src/backend/models.rs:25:24 Nov 09 17:06:48.506 INFO kablam! | Nov 09 17:06:48.506 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.506 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.506 INFO kablam! | Nov 09 17:06:48.506 INFO 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 09 17:06:48.507 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.507 INFO kablam! Nov 09 17:06:48.507 INFO kablam! warning: cannot find type `Task` in this scope Nov 09 17:06:48.507 INFO kablam! --> src/backend/models.rs:25:24 Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.507 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO 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 09 17:06:48.507 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.507 INFO kablam! Nov 09 17:06:48.507 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 09 17:06:48.507 INFO kablam! --> src/backend/models.rs:25:38 Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.507 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO 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 09 17:06:48.507 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.507 INFO kablam! Nov 09 17:06:48.507 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 09 17:06:48.507 INFO kablam! --> src/backend/models.rs:25:38 Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.507 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO 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 09 17:06:48.507 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.507 INFO kablam! Nov 09 17:06:48.507 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 09 17:06:48.507 INFO kablam! --> src/backend/models.rs:25:52 Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.507 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO 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 09 17:06:48.507 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.507 INFO kablam! Nov 09 17:06:48.507 INFO kablam! warning: cannot find type `User` in this scope Nov 09 17:06:48.507 INFO kablam! --> src/backend/models.rs:35:24 Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.507 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO 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 09 17:06:48.507 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.507 INFO kablam! Nov 09 17:06:48.507 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 09 17:06:48.507 INFO kablam! --> src/backend/models.rs:35:24 Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.507 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO 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 09 17:06:48.507 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.507 INFO kablam! Nov 09 17:06:48.507 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 09 17:06:48.507 INFO kablam! --> src/backend/models.rs:35:24 Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.507 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO 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 09 17:06:48.507 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.507 INFO kablam! Nov 09 17:06:48.507 INFO kablam! warning: cannot find type `Task` in this scope Nov 09 17:06:48.507 INFO kablam! --> src/backend/models.rs:35:24 Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.507 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO 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 09 17:06:48.507 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.507 INFO kablam! Nov 09 17:06:48.507 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 09 17:06:48.507 INFO kablam! --> src/backend/models.rs:35:38 Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.507 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO 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 09 17:06:48.507 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.507 INFO kablam! Nov 09 17:06:48.507 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 09 17:06:48.507 INFO kablam! --> src/backend/models.rs:35:38 Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.507 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.507 INFO kablam! | Nov 09 17:06:48.507 INFO 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 09 17:06:48.508 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.508 INFO kablam! Nov 09 17:06:48.508 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 09 17:06:48.508 INFO kablam! --> src/backend/models.rs:35:52 Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:48.508 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO 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 09 17:06:48.508 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.508 INFO kablam! Nov 09 17:06:48.508 INFO kablam! warning: cannot find type `table` in this scope Nov 09 17:06:48.508 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 17:06:48.508 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO 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 09 17:06:48.508 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.508 INFO kablam! Nov 09 17:06:48.508 INFO kablam! warning: cannot find type `id` in this scope Nov 09 17:06:48.508 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:48.508 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO 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 09 17:06:48.508 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.508 INFO kablam! Nov 09 17:06:48.508 INFO kablam! warning: cannot find type `user_id` in this scope Nov 09 17:06:48.508 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:48.508 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO 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 09 17:06:48.508 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.508 INFO kablam! Nov 09 17:06:48.508 INFO kablam! warning: cannot find type `task_id` in this scope Nov 09 17:06:48.508 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:48.508 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO 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 09 17:06:48.508 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.508 INFO kablam! Nov 09 17:06:48.508 INFO kablam! warning: cannot find type `creator` in this scope Nov 09 17:06:48.508 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:48.508 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO 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 09 17:06:48.508 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.508 INFO kablam! Nov 09 17:06:48.508 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Nov 09 17:06:48.508 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:48.508 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO 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 09 17:06:48.508 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.508 INFO kablam! Nov 09 17:06:48.508 INFO kablam! warning: cannot find type `create_date` in this scope Nov 09 17:06:48.508 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:48.508 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO 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 09 17:06:48.508 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.508 INFO kablam! Nov 09 17:06:48.508 INFO kablam! warning: cannot find type `due_date` in this scope Nov 09 17:06:48.508 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:48.508 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.508 INFO 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 09 17:06:48.508 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.508 INFO kablam! Nov 09 17:06:48.508 INFO kablam! warning: cannot find type `name` in this scope Nov 09 17:06:48.508 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:48.508 INFO kablam! | Nov 09 17:06:48.509 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:48.509 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.509 INFO kablam! | Nov 09 17:06:48.509 INFO 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 09 17:06:48.509 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.509 INFO kablam! Nov 09 17:06:48.509 INFO kablam! warning: cannot find type `discord_id` in this scope Nov 09 17:06:48.509 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:48.509 INFO kablam! | Nov 09 17:06:48.509 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:48.509 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.509 INFO kablam! | Nov 09 17:06:48.509 INFO 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 09 17:06:48.509 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.509 INFO kablam! Nov 09 17:06:48.509 INFO kablam! warning: cannot find type `nickname` in this scope Nov 09 17:06:48.509 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:48.509 INFO kablam! | Nov 09 17:06:48.509 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:48.509 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:48.509 INFO kablam! | Nov 09 17:06:48.509 INFO 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 09 17:06:48.509 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:48.509 INFO kablam! Nov 09 17:06:49.203 INFO kablam! warning: unused import: `diesel::prelude::*` Nov 09 17:06:49.203 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:1:5 Nov 09 17:06:49.204 INFO kablam! | Nov 09 17:06:49.204 INFO kablam! 1 | use diesel::prelude::*; Nov 09 17:06:49.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Nov 09 17:06:49.204 INFO kablam! | Nov 09 17:06:49.204 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 09 17:06:49.204 INFO kablam! Nov 09 17:06:49.205 INFO kablam! warning: unused imports: `Error`, `err_msg` Nov 09 17:06:49.205 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:2:15 Nov 09 17:06:49.205 INFO kablam! | Nov 09 17:06:49.205 INFO kablam! 2 | use failure::{Error,err_msg}; Nov 09 17:06:49.205 INFO kablam! | ^^^^^ ^^^^^^^ Nov 09 17:06:49.205 INFO kablam! Nov 09 17:06:49.206 INFO kablam! warning: unused imports: `Task`, `User`, `schema::tasks` Nov 09 17:06:49.206 INFO kablam! --> src/backend/db/get_incomplete_tasks.rs:4:24 Nov 09 17:06:49.206 INFO kablam! | Nov 09 17:06:49.206 INFO kablam! 4 | use backend::{models::{User, Task}, schema::tasks}; Nov 09 17:06:49.207 INFO kablam! | ^^^^ ^^^^ ^^^^^^^^^^^^^ Nov 09 17:06:49.207 INFO kablam! Nov 09 17:06:49.207 INFO kablam! warning: cannot find type `User` in this scope Nov 09 17:06:49.207 INFO kablam! --> src/backend/models.rs:4:24 Nov 09 17:06:49.207 INFO kablam! | Nov 09 17:06:49.208 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.208 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.208 INFO kablam! | Nov 09 17:06:49.208 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 09 17:06:49.208 INFO 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 09 17:06:49.209 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.209 INFO kablam! Nov 09 17:06:49.209 INFO kablam! warning: cannot find type `Task` in this scope Nov 09 17:06:49.209 INFO kablam! --> src/backend/models.rs:4:24 Nov 09 17:06:49.209 INFO kablam! | Nov 09 17:06:49.210 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.210 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.210 INFO kablam! | Nov 09 17:06:49.210 INFO 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 09 17:06:49.210 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.210 INFO kablam! Nov 09 17:06:49.211 INFO kablam! warning: cannot find type `tasks` in this scope Nov 09 17:06:49.211 INFO kablam! --> src/backend/models.rs:4:24 Nov 09 17:06:49.211 INFO kablam! | Nov 09 17:06:49.211 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.212 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.212 INFO kablam! | Nov 09 17:06:49.212 INFO 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 09 17:06:49.212 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.212 INFO kablam! Nov 09 17:06:49.212 INFO kablam! warning: cannot find type `Task` in this scope Nov 09 17:06:49.212 INFO kablam! --> src/backend/models.rs:4:38 Nov 09 17:06:49.212 INFO kablam! | Nov 09 17:06:49.212 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.213 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO 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 09 17:06:49.213 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.213 INFO kablam! Nov 09 17:06:49.213 INFO kablam! warning: cannot find type `tasks` in this scope Nov 09 17:06:49.213 INFO kablam! --> src/backend/models.rs:4:38 Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.213 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO 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 09 17:06:49.213 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.213 INFO kablam! Nov 09 17:06:49.213 INFO kablam! warning: cannot find type `NaiveDate` in this scope Nov 09 17:06:49.213 INFO kablam! --> src/backend/models.rs:4:52 Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.213 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO 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 09 17:06:49.213 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.213 INFO kablam! Nov 09 17:06:49.213 INFO kablam! warning: cannot find type `Task` in this scope Nov 09 17:06:49.213 INFO kablam! --> src/backend/models.rs:4:52 Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO kablam! 4 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.213 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO 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 09 17:06:49.213 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.213 INFO kablam! Nov 09 17:06:49.213 INFO kablam! warning: cannot find type `User` in this scope Nov 09 17:06:49.213 INFO kablam! --> src/backend/models.rs:17:24 Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 09 17:06:49.213 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO 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 09 17:06:49.213 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.213 INFO kablam! Nov 09 17:06:49.213 INFO kablam! warning: cannot find type `users` in this scope Nov 09 17:06:49.213 INFO kablam! --> src/backend/models.rs:17:24 Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 09 17:06:49.213 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO 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 09 17:06:49.213 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.213 INFO kablam! Nov 09 17:06:49.213 INFO kablam! warning: cannot find type `User` in this scope Nov 09 17:06:49.213 INFO kablam! --> src/backend/models.rs:17:38 Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO kablam! 17 | #[derive(Clone, Debug, Identifiable, Queryable)] Nov 09 17:06:49.213 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO 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 09 17:06:49.213 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.213 INFO kablam! Nov 09 17:06:49.213 INFO kablam! warning: cannot find type `User` in this scope Nov 09 17:06:49.213 INFO kablam! --> src/backend/models.rs:25:24 Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.213 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO 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 09 17:06:49.213 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.213 INFO kablam! Nov 09 17:06:49.213 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 09 17:06:49.213 INFO kablam! --> src/backend/models.rs:25:24 Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.213 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.213 INFO kablam! | Nov 09 17:06:49.213 INFO 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 09 17:06:49.213 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.214 INFO kablam! Nov 09 17:06:49.214 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 09 17:06:49.214 INFO kablam! --> src/backend/models.rs:25:24 Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.214 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO 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 09 17:06:49.214 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.214 INFO kablam! Nov 09 17:06:49.214 INFO kablam! warning: cannot find type `Task` in this scope Nov 09 17:06:49.214 INFO kablam! --> src/backend/models.rs:25:24 Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.214 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO 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 09 17:06:49.214 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.214 INFO kablam! Nov 09 17:06:49.214 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 09 17:06:49.214 INFO kablam! --> src/backend/models.rs:25:38 Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.214 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO 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 09 17:06:49.214 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.214 INFO kablam! Nov 09 17:06:49.214 INFO kablam! warning: cannot find type `task_assignments` in this scope Nov 09 17:06:49.214 INFO kablam! --> src/backend/models.rs:25:38 Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.214 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO 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 09 17:06:49.214 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.214 INFO kablam! Nov 09 17:06:49.214 INFO kablam! warning: cannot find type `TaskAssignment` in this scope Nov 09 17:06:49.214 INFO kablam! --> src/backend/models.rs:25:52 Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO kablam! 25 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.214 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO 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 09 17:06:49.214 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.214 INFO kablam! Nov 09 17:06:49.214 INFO kablam! warning: cannot find type `User` in this scope Nov 09 17:06:49.214 INFO kablam! --> src/backend/models.rs:35:24 Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.214 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO 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 09 17:06:49.214 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.214 INFO kablam! Nov 09 17:06:49.214 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 09 17:06:49.214 INFO kablam! --> src/backend/models.rs:35:24 Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.214 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO 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 09 17:06:49.214 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.214 INFO kablam! Nov 09 17:06:49.214 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 09 17:06:49.214 INFO kablam! --> src/backend/models.rs:35:24 Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.214 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.214 INFO kablam! | Nov 09 17:06:49.214 INFO 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 09 17:06:49.214 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.214 INFO kablam! Nov 09 17:06:49.214 INFO kablam! warning: cannot find type `Task` in this scope Nov 09 17:06:49.215 INFO kablam! --> src/backend/models.rs:35:24 Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.215 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO 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 09 17:06:49.215 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.215 INFO kablam! Nov 09 17:06:49.215 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 09 17:06:49.215 INFO kablam! --> src/backend/models.rs:35:38 Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.215 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO 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 09 17:06:49.215 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.215 INFO kablam! Nov 09 17:06:49.215 INFO kablam! warning: cannot find type `task_completions` in this scope Nov 09 17:06:49.215 INFO kablam! --> src/backend/models.rs:35:38 Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.215 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO 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 09 17:06:49.215 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.215 INFO kablam! Nov 09 17:06:49.215 INFO kablam! warning: cannot find type `TaskCompletion` in this scope Nov 09 17:06:49.215 INFO kablam! --> src/backend/models.rs:35:52 Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO kablam! 35 | #[derive(Clone, Debug, Associations, Identifiable, Queryable)] Nov 09 17:06:49.215 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO 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 09 17:06:49.215 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.215 INFO kablam! Nov 09 17:06:49.215 INFO kablam! warning: cannot find type `table` in this scope Nov 09 17:06:49.215 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 09 17:06:49.215 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO 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 09 17:06:49.215 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.215 INFO kablam! Nov 09 17:06:49.215 INFO kablam! warning: cannot find type `id` in this scope Nov 09 17:06:49.215 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:49.215 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO 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 09 17:06:49.215 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.215 INFO kablam! Nov 09 17:06:49.215 INFO kablam! warning: cannot find type `user_id` in this scope Nov 09 17:06:49.215 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:49.215 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO 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 09 17:06:49.215 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.215 INFO kablam! Nov 09 17:06:49.215 INFO kablam! warning: cannot find type `task_id` in this scope Nov 09 17:06:49.215 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:49.215 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.215 INFO kablam! | Nov 09 17:06:49.215 INFO 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 09 17:06:49.215 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.215 INFO kablam! Nov 09 17:06:49.215 INFO kablam! warning: cannot find type `creator` in this scope Nov 09 17:06:49.215 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:49.216 INFO kablam! | Nov 09 17:06:49.216 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:49.216 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.216 INFO kablam! | Nov 09 17:06:49.216 INFO 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 09 17:06:49.216 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.216 INFO kablam! Nov 09 17:06:49.216 INFO kablam! warning: cannot find type `reminder_frequency` in this scope Nov 09 17:06:49.216 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:49.216 INFO kablam! | Nov 09 17:06:49.216 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:49.216 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.216 INFO kablam! | Nov 09 17:06:49.216 INFO 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 09 17:06:49.216 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.216 INFO kablam! Nov 09 17:06:49.216 INFO kablam! warning: cannot find type `create_date` in this scope Nov 09 17:06:49.216 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:49.216 INFO kablam! | Nov 09 17:06:49.216 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:49.216 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.216 INFO kablam! | Nov 09 17:06:49.216 INFO 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 09 17:06:49.216 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.231 INFO kablam! Nov 09 17:06:49.231 INFO kablam! warning: cannot find type `due_date` in this scope Nov 09 17:06:49.231 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:49.231 INFO kablam! | Nov 09 17:06:49.231 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:49.231 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.231 INFO kablam! | Nov 09 17:06:49.231 INFO 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 09 17:06:49.231 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.231 INFO kablam! Nov 09 17:06:49.231 INFO kablam! warning: cannot find type `name` in this scope Nov 09 17:06:49.231 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:49.231 INFO kablam! | Nov 09 17:06:49.231 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:49.231 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.231 INFO kablam! | Nov 09 17:06:49.231 INFO 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 09 17:06:49.231 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.231 INFO kablam! Nov 09 17:06:49.231 INFO kablam! warning: cannot find type `discord_id` in this scope Nov 09 17:06:49.231 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:49.231 INFO kablam! | Nov 09 17:06:49.231 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:49.231 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.231 INFO kablam! | Nov 09 17:06:49.231 INFO 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 09 17:06:49.231 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.231 INFO kablam! Nov 09 17:06:49.231 INFO kablam! warning: cannot find type `nickname` in this scope Nov 09 17:06:49.231 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 09 17:06:49.231 INFO kablam! | Nov 09 17:06:49.231 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 09 17:06:49.231 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 09 17:06:49.231 INFO kablam! | Nov 09 17:06:49.231 INFO 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 09 17:06:49.231 INFO kablam! = note: for more information, see issue #50504 Nov 09 17:06:49.231 INFO kablam! Nov 09 17:06:49.719 INFO kablam! warning: field is never used: `db` Nov 09 17:06:49.720 INFO kablam! --> src/controller.rs:11:5 Nov 09 17:06:49.720 INFO kablam! | Nov 09 17:06:49.720 INFO kablam! 11 | pub(crate) db: Mutex, Nov 09 17:06:49.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 09 17:06:49.720 INFO kablam! | Nov 09 17:06:49.727 INFO kablam! = note: #[warn(dead_code)] on by default Nov 09 17:06:49.727 INFO kablam! Nov 09 17:06:50.843 INFO kablam! warning: field is never used: `db` Nov 09 17:06:50.844 INFO kablam! --> src/controller.rs:11:5 Nov 09 17:06:50.845 INFO kablam! | Nov 09 17:06:50.845 INFO kablam! 11 | pub(crate) db: Mutex, Nov 09 17:06:50.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 09 17:06:50.855 INFO kablam! | Nov 09 17:06:50.856 INFO kablam! = note: #[warn(dead_code)] on by default Nov 09 17:06:50.856 INFO kablam! Nov 09 17:06:57.514 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Nov 09 17:06:57.556 INFO kablam! su: No module specific data is present Nov 09 17:06:58.684 INFO running `"docker" "rm" "-f" "374e13c111d4447150a2c6cf74ae26624ce7607922936e5986621a7be5d0711e"` Nov 09 17:06:59.015 INFO blam! 374e13c111d4447150a2c6cf74ae26624ce7607922936e5986621a7be5d0711e