Nov 30 05:12:34.005 INFO checking cljvm/xin against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 05:12:34.005 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-0/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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 30 05:12:34.502 INFO [stdout] 289579ae6b11f50ee818eaec32b6f485af1c268e3a1525b0c3253e2490290dca Nov 30 05:12:34.504 INFO running `"docker" "start" "-a" "289579ae6b11f50ee818eaec32b6f485af1c268e3a1525b0c3253e2490290dca"` Nov 30 05:12:36.380 INFO [stderr] usermod: no changes Nov 30 05:12:37.028 INFO [stderr] Checking deunicode v0.4.2 Nov 30 05:12:37.032 INFO [stderr] Compiling email v0.0.20 Nov 30 05:12:37.032 INFO [stderr] Compiling actix-web v0.7.7 Nov 30 05:12:37.033 INFO [stderr] Checking memchr v1.0.2 Nov 30 05:12:37.034 INFO [stderr] Compiling openssl-sys v0.9.35 Nov 30 05:12:37.041 INFO [stderr] Checking uuid v0.6.5 Nov 30 05:12:37.042 INFO [stderr] Checking h2 v0.1.12 Nov 30 05:12:37.054 INFO [stderr] Checking serde_urlencoded v0.5.3 Nov 30 05:12:38.932 INFO [stderr] Checking chrono v0.4.6 Nov 30 05:12:39.232 INFO [stderr] Checking cookie v0.11.0 Nov 30 05:12:39.717 INFO [stderr] Checking nom v3.2.1 Nov 30 05:12:39.740 INFO [stderr] Checking hmac v0.6.3 Nov 30 05:12:39.846 INFO [stderr] Checking md-5 v0.7.0 Nov 30 05:12:41.490 INFO [stderr] Checking slug v0.1.4 Nov 30 05:12:43.991 INFO [stderr] Checking crossbeam-channel v0.2.5 Nov 30 05:12:44.147 INFO [stderr] Checking tokio-signal v0.2.5 Nov 30 05:12:45.272 INFO [stderr] Checking dotenv v0.13.0 Nov 30 05:12:46.540 INFO [stderr] Checking trust-dns-proto v0.4.0 Nov 30 05:12:48.090 INFO [stderr] Compiling openssl v0.9.24 Nov 30 05:12:50.188 INFO [stderr] Checking tera v0.11.16 Nov 30 05:12:50.244 INFO [stderr] Checking jsonwebtoken v5.0.1 Nov 30 05:12:51.370 INFO [stderr] Checking diesel v1.3.3 Nov 30 05:13:05.445 INFO [stderr] Checking trust-dns-resolver v0.9.1 Nov 30 05:13:06.057 INFO [stderr] Checking native-tls v0.1.5 Nov 30 05:13:09.066 INFO [stderr] Checking lettre v0.8.2 Nov 30 05:13:17.431 INFO [stderr] Checking actix v0.7.4 Nov 30 05:13:20.871 INFO [stderr] Checking lettre_email v0.8.2 Nov 30 05:14:01.140 INFO [stderr] Checking xin v0.1.0 (/source) Nov 30 05:14:10.169 INFO [stderr] warning: unused `#[macro_use]` import Nov 30 05:14:10.169 INFO [stderr] --> src/main.rs:1:1 Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] 1 | #[macro_use] Nov 30 05:14:10.169 INFO [stderr] | ^^^^^^^^^^^^ Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 05:14:10.169 INFO [stderr] Nov 30 05:14:10.169 INFO [stderr] warning: cannot find type `Error` in this scope Nov 30 05:14:10.169 INFO [stderr] --> src/controller/mod.rs:11:10 Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] 11 | #[derive(Message)] Nov 30 05:14:10.169 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 05:14:10.169 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.169 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.169 INFO [stderr] Nov 30 05:14:10.169 INFO [stderr] warning: cannot find type `Error` in this scope Nov 30 05:14:10.169 INFO [stderr] --> src/controller/mod.rs:15:10 Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] 15 | #[derive(Message, Serialize)] Nov 30 05:14:10.169 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.169 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.169 INFO [stderr] Nov 30 05:14:10.169 INFO [stderr] warning: cannot find type `Error` in this scope Nov 30 05:14:10.169 INFO [stderr] --> src/controller/mod.rs:22:10 Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] 22 | #[derive(Message, Serialize)] Nov 30 05:14:10.169 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.169 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.169 INFO [stderr] Nov 30 05:14:10.169 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:14:10.169 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:14:10.169 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.169 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.169 INFO [stderr] Nov 30 05:14:10.169 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 05:14:10.169 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.169 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.169 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.169 INFO [stderr] Nov 30 05:14:10.169 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 05:14:10.169 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.169 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.169 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.169 INFO [stderr] Nov 30 05:14:10.169 INFO [stderr] warning: cannot find type `subject` in this scope Nov 30 05:14:10.169 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.169 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.169 INFO [stderr] | Nov 30 05:14:10.169 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.169 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.169 INFO [stderr] Nov 30 05:14:10.169 INFO [stderr] warning: cannot find type `fields` in this scope Nov 30 05:14:10.169 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.170 INFO [stderr] | Nov 30 05:14:10.170 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.170 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.170 INFO [stderr] | Nov 30 05:14:10.170 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.170 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.170 INFO [stderr] Nov 30 05:14:10.170 INFO [stderr] warning: cannot find type `content_raw` in this scope Nov 30 05:14:10.170 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.170 INFO [stderr] | Nov 30 05:14:10.170 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.170 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.170 INFO [stderr] | Nov 30 05:14:10.170 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.170 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.170 INFO [stderr] Nov 30 05:14:10.170 INFO [stderr] warning: cannot find type `content_html` in this scope Nov 30 05:14:10.170 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.170 INFO [stderr] | Nov 30 05:14:10.170 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.170 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.170 INFO [stderr] | Nov 30 05:14:10.170 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.170 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.170 INFO [stderr] Nov 30 05:14:10.177 INFO [stderr] warning: cannot find type `status` in this scope Nov 30 05:14:10.177 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.177 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.177 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.177 INFO [stderr] Nov 30 05:14:10.177 INFO [stderr] warning: cannot find type `view_count` in this scope Nov 30 05:14:10.177 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.177 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.177 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.177 INFO [stderr] Nov 30 05:14:10.177 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 30 05:14:10.177 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.177 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.177 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.177 INFO [stderr] Nov 30 05:14:10.177 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 30 05:14:10.177 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.177 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.177 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.177 INFO [stderr] Nov 30 05:14:10.177 INFO [stderr] warning: cannot find type `activitie_id` in this scope Nov 30 05:14:10.177 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.177 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.177 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.177 INFO [stderr] Nov 30 05:14:10.177 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 30 05:14:10.177 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.177 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.177 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.177 INFO [stderr] Nov 30 05:14:10.177 INFO [stderr] warning: cannot find type `field1` in this scope Nov 30 05:14:10.177 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.177 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.177 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.177 INFO [stderr] Nov 30 05:14:10.177 INFO [stderr] warning: cannot find type `field2` in this scope Nov 30 05:14:10.177 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.177 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.177 INFO [stderr] | Nov 30 05:14:10.177 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.177 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.177 INFO [stderr] Nov 30 05:14:10.178 INFO [stderr] warning: cannot find type `field3` in this scope Nov 30 05:14:10.178 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.178 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.178 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.178 INFO [stderr] Nov 30 05:14:10.178 INFO [stderr] warning: cannot find type `field4` in this scope Nov 30 05:14:10.178 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.178 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.178 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.178 INFO [stderr] Nov 30 05:14:10.178 INFO [stderr] warning: cannot find type `field5` in this scope Nov 30 05:14:10.178 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.178 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.178 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.178 INFO [stderr] Nov 30 05:14:10.178 INFO [stderr] warning: cannot find type `field6` in this scope Nov 30 05:14:10.178 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.178 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.178 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.178 INFO [stderr] Nov 30 05:14:10.178 INFO [stderr] warning: cannot find type `field7` in this scope Nov 30 05:14:10.178 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.178 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.178 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.178 INFO [stderr] Nov 30 05:14:10.178 INFO [stderr] warning: cannot find type `field8` in this scope Nov 30 05:14:10.178 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.178 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.178 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.178 INFO [stderr] Nov 30 05:14:10.178 INFO [stderr] warning: cannot find type `field9` in this scope Nov 30 05:14:10.178 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.178 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.178 INFO [stderr] | Nov 30 05:14:10.178 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.178 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.178 INFO [stderr] Nov 30 05:14:10.180 INFO [stderr] warning: cannot find type `name` in this scope Nov 30 05:14:10.180 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.180 INFO [stderr] | Nov 30 05:14:10.180 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.180 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.180 INFO [stderr] | Nov 30 05:14:10.180 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.180 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.180 INFO [stderr] Nov 30 05:14:10.192 INFO [stderr] warning: cannot find type `alias_name` in this scope Nov 30 05:14:10.192 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.192 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.192 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.192 INFO [stderr] Nov 30 05:14:10.192 INFO [stderr] warning: cannot find type `nick_name` in this scope Nov 30 05:14:10.192 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.192 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.192 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.192 INFO [stderr] Nov 30 05:14:10.192 INFO [stderr] warning: cannot find type `description` in this scope Nov 30 05:14:10.192 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.192 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.192 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.192 INFO [stderr] Nov 30 05:14:10.192 INFO [stderr] warning: cannot find type `class_id` in this scope Nov 30 05:14:10.192 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.192 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.192 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.192 INFO [stderr] Nov 30 05:14:10.192 INFO [stderr] warning: cannot find type `role_id` in this scope Nov 30 05:14:10.192 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.192 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.192 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.192 INFO [stderr] Nov 30 05:14:10.192 INFO [stderr] warning: cannot find type `identity_type` in this scope Nov 30 05:14:10.192 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.192 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.192 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.192 INFO [stderr] Nov 30 05:14:10.192 INFO [stderr] warning: cannot find type `identifier` in this scope Nov 30 05:14:10.192 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.192 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.192 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.192 INFO [stderr] Nov 30 05:14:10.192 INFO [stderr] warning: cannot find type `credential` in this scope Nov 30 05:14:10.192 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.192 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.192 INFO [stderr] | Nov 30 05:14:10.192 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.192 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.192 INFO [stderr] Nov 30 05:14:10.196 INFO [stderr] warning: cannot find type `token` in this scope Nov 30 05:14:10.196 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.196 INFO [stderr] | Nov 30 05:14:10.196 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.196 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.196 INFO [stderr] | Nov 30 05:14:10.196 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.196 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.196 INFO [stderr] Nov 30 05:14:10.196 INFO [stderr] warning: cannot find type `email` in this scope Nov 30 05:14:10.196 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.196 INFO [stderr] | Nov 30 05:14:10.196 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.196 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.196 INFO [stderr] | Nov 30 05:14:10.196 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.197 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.197 INFO [stderr] Nov 30 05:14:10.197 INFO [stderr] warning: cannot find type `birthday` in this scope Nov 30 05:14:10.197 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.197 INFO [stderr] | Nov 30 05:14:10.197 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.197 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.197 INFO [stderr] | Nov 30 05:14:10.197 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.197 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.197 INFO [stderr] Nov 30 05:14:10.197 INFO [stderr] warning: cannot find type `height` in this scope Nov 30 05:14:10.197 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.197 INFO [stderr] | Nov 30 05:14:10.197 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.197 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.197 INFO [stderr] | Nov 30 05:14:10.197 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.197 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.197 INFO [stderr] Nov 30 05:14:10.197 INFO [stderr] warning: cannot find type `weight` in this scope Nov 30 05:14:10.197 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.197 INFO [stderr] | Nov 30 05:14:10.197 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.197 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.197 INFO [stderr] | Nov 30 05:14:10.197 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.197 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.197 INFO [stderr] Nov 30 05:14:10.926 INFO [stderr] warning: unused `#[macro_use]` import Nov 30 05:14:10.926 INFO [stderr] --> src/main.rs:1:1 Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] 1 | #[macro_use] Nov 30 05:14:10.926 INFO [stderr] | ^^^^^^^^^^^^ Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 05:14:10.926 INFO [stderr] Nov 30 05:14:10.926 INFO [stderr] warning: cannot find type `Error` in this scope Nov 30 05:14:10.926 INFO [stderr] --> src/controller/mod.rs:11:10 Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] 11 | #[derive(Message)] Nov 30 05:14:10.926 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 05:14:10.926 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.926 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.926 INFO [stderr] Nov 30 05:14:10.926 INFO [stderr] warning: cannot find type `Error` in this scope Nov 30 05:14:10.926 INFO [stderr] --> src/controller/mod.rs:15:10 Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] 15 | #[derive(Message, Serialize)] Nov 30 05:14:10.926 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.926 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.926 INFO [stderr] Nov 30 05:14:10.926 INFO [stderr] warning: cannot find type `Error` in this scope Nov 30 05:14:10.926 INFO [stderr] --> src/controller/mod.rs:22:10 Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] 22 | #[derive(Message, Serialize)] Nov 30 05:14:10.926 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.926 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.926 INFO [stderr] Nov 30 05:14:10.926 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 05:14:10.926 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 05:14:10.926 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.926 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.926 INFO [stderr] Nov 30 05:14:10.926 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 05:14:10.926 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.926 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.926 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.926 INFO [stderr] Nov 30 05:14:10.926 INFO [stderr] warning: cannot find type `title` in this scope Nov 30 05:14:10.926 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.926 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.926 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.926 INFO [stderr] Nov 30 05:14:10.926 INFO [stderr] warning: cannot find type `subject` in this scope Nov 30 05:14:10.926 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.926 INFO [stderr] | Nov 30 05:14:10.926 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.927 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.927 INFO [stderr] Nov 30 05:14:10.927 INFO [stderr] warning: cannot find type `fields` in this scope Nov 30 05:14:10.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.927 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.927 INFO [stderr] Nov 30 05:14:10.927 INFO [stderr] warning: cannot find type `content_raw` in this scope Nov 30 05:14:10.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.927 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.927 INFO [stderr] Nov 30 05:14:10.927 INFO [stderr] warning: cannot find type `content_html` in this scope Nov 30 05:14:10.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.927 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.927 INFO [stderr] Nov 30 05:14:10.927 INFO [stderr] warning: cannot find type `status` in this scope Nov 30 05:14:10.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.927 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.927 INFO [stderr] Nov 30 05:14:10.927 INFO [stderr] warning: cannot find type `view_count` in this scope Nov 30 05:14:10.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.927 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.927 INFO [stderr] Nov 30 05:14:10.927 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 30 05:14:10.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.927 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.927 INFO [stderr] Nov 30 05:14:10.927 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 30 05:14:10.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.927 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.927 INFO [stderr] Nov 30 05:14:10.927 INFO [stderr] warning: cannot find type `activitie_id` in this scope Nov 30 05:14:10.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.927 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.927 INFO [stderr] Nov 30 05:14:10.927 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 30 05:14:10.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.927 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.927 INFO [stderr] Nov 30 05:14:10.927 INFO [stderr] warning: cannot find type `field1` in this scope Nov 30 05:14:10.927 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.927 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.927 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.927 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.928 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.928 INFO [stderr] Nov 30 05:14:10.928 INFO [stderr] warning: cannot find type `field2` in this scope Nov 30 05:14:10.928 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.928 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.928 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.928 INFO [stderr] Nov 30 05:14:10.928 INFO [stderr] warning: cannot find type `field3` in this scope Nov 30 05:14:10.928 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.928 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.928 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.928 INFO [stderr] Nov 30 05:14:10.928 INFO [stderr] warning: cannot find type `field4` in this scope Nov 30 05:14:10.928 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.928 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.928 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.928 INFO [stderr] Nov 30 05:14:10.928 INFO [stderr] warning: cannot find type `field5` in this scope Nov 30 05:14:10.928 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.928 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.928 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.928 INFO [stderr] Nov 30 05:14:10.928 INFO [stderr] warning: cannot find type `field6` in this scope Nov 30 05:14:10.928 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.928 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.928 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.928 INFO [stderr] Nov 30 05:14:10.928 INFO [stderr] warning: cannot find type `field7` in this scope Nov 30 05:14:10.928 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.928 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.928 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.928 INFO [stderr] Nov 30 05:14:10.928 INFO [stderr] warning: cannot find type `field8` in this scope Nov 30 05:14:10.928 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.928 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.928 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.928 INFO [stderr] Nov 30 05:14:10.928 INFO [stderr] warning: cannot find type `field9` in this scope Nov 30 05:14:10.928 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.928 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.928 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.928 INFO [stderr] Nov 30 05:14:10.928 INFO [stderr] warning: cannot find type `name` in this scope Nov 30 05:14:10.928 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.928 INFO [stderr] | Nov 30 05:14:10.928 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.929 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.929 INFO [stderr] | Nov 30 05:14:10.929 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.929 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.929 INFO [stderr] Nov 30 05:14:10.929 INFO [stderr] warning: cannot find type `alias_name` in this scope Nov 30 05:14:10.929 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.929 INFO [stderr] | Nov 30 05:14:10.929 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.929 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.929 INFO [stderr] | Nov 30 05:14:10.929 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.929 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.929 INFO [stderr] Nov 30 05:14:10.929 INFO [stderr] warning: cannot find type `nick_name` in this scope Nov 30 05:14:10.929 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.929 INFO [stderr] | Nov 30 05:14:10.929 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.929 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.929 INFO [stderr] | Nov 30 05:14:10.929 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.929 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.929 INFO [stderr] Nov 30 05:14:10.929 INFO [stderr] warning: cannot find type `description` in this scope Nov 30 05:14:10.929 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.929 INFO [stderr] | Nov 30 05:14:10.929 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.929 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.929 INFO [stderr] | Nov 30 05:14:10.929 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.929 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.929 INFO [stderr] Nov 30 05:14:10.929 INFO [stderr] warning: cannot find type `class_id` in this scope Nov 30 05:14:10.929 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.929 INFO [stderr] | Nov 30 05:14:10.929 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.929 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.929 INFO [stderr] | Nov 30 05:14:10.929 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.929 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.929 INFO [stderr] Nov 30 05:14:10.932 INFO [stderr] warning: cannot find type `role_id` in this scope Nov 30 05:14:10.932 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.932 INFO [stderr] | Nov 30 05:14:10.932 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.932 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.932 INFO [stderr] | Nov 30 05:14:10.932 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.932 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.932 INFO [stderr] Nov 30 05:14:10.932 INFO [stderr] warning: cannot find type `identity_type` in this scope Nov 30 05:14:10.932 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.932 INFO [stderr] | Nov 30 05:14:10.932 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.932 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.932 INFO [stderr] | Nov 30 05:14:10.932 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.932 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.932 INFO [stderr] Nov 30 05:14:10.932 INFO [stderr] warning: cannot find type `identifier` in this scope Nov 30 05:14:10.932 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.932 INFO [stderr] | Nov 30 05:14:10.932 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.932 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.932 INFO [stderr] | Nov 30 05:14:10.936 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.936 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.936 INFO [stderr] Nov 30 05:14:10.936 INFO [stderr] warning: cannot find type `credential` in this scope Nov 30 05:14:10.936 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.936 INFO [stderr] | Nov 30 05:14:10.936 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.936 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.936 INFO [stderr] | Nov 30 05:14:10.936 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.936 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.936 INFO [stderr] Nov 30 05:14:10.936 INFO [stderr] warning: cannot find type `token` in this scope Nov 30 05:14:10.936 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.936 INFO [stderr] | Nov 30 05:14:10.936 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.936 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.936 INFO [stderr] | Nov 30 05:14:10.936 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.936 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.936 INFO [stderr] Nov 30 05:14:10.937 INFO [stderr] warning: cannot find type `email` in this scope Nov 30 05:14:10.937 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.937 INFO [stderr] | Nov 30 05:14:10.937 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.937 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.937 INFO [stderr] | Nov 30 05:14:10.937 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.937 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.937 INFO [stderr] Nov 30 05:14:10.937 INFO [stderr] warning: cannot find type `birthday` in this scope Nov 30 05:14:10.937 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.937 INFO [stderr] | Nov 30 05:14:10.937 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.937 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.937 INFO [stderr] | Nov 30 05:14:10.937 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.937 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.937 INFO [stderr] Nov 30 05:14:10.937 INFO [stderr] warning: cannot find type `height` in this scope Nov 30 05:14:10.937 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.937 INFO [stderr] | Nov 30 05:14:10.937 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.937 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.937 INFO [stderr] | Nov 30 05:14:10.937 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.937 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.937 INFO [stderr] Nov 30 05:14:10.937 INFO [stderr] warning: cannot find type `weight` in this scope Nov 30 05:14:10.937 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 05:14:10.937 INFO [stderr] | Nov 30 05:14:10.937 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 05:14:10.937 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 05:14:10.937 INFO [stderr] | Nov 30 05:14:10.937 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 05:14:10.937 INFO [stderr] = note: for more information, see issue #50504 Nov 30 05:14:10.937 INFO [stderr] Nov 30 05:14:12.444 INFO [stderr] warning: unused variable: `name` Nov 30 05:14:12.444 INFO [stderr] --> src/controller/blog.rs:14:17 Nov 30 05:14:12.444 INFO [stderr] | Nov 30 05:14:12.444 INFO [stderr] 14 | pub fn content((name, state): (Path, State),) -> impl Responder { Nov 30 05:14:12.444 INFO [stderr] | ^^^^ help: consider using `_name` instead Nov 30 05:14:12.444 INFO [stderr] | Nov 30 05:14:12.444 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 30 05:14:12.444 INFO [stderr] Nov 30 05:14:12.444 INFO [stderr] warning: unused variable: `sign_in` Nov 30 05:14:12.444 INFO [stderr] --> src/controller/mod.rs:34:24 Nov 30 05:14:12.444 INFO [stderr] | Nov 30 05:14:12.444 INFO [stderr] 34 | pub fn sign_in((state, sign_in): (State, Json)) -> impl Responder { Nov 30 05:14:12.444 INFO [stderr] | ^^^^^^^ help: consider using `_sign_in` instead Nov 30 05:14:12.444 INFO [stderr] Nov 30 05:14:12.444 INFO [stderr] warning: unused variable: `account` Nov 30 05:14:12.444 INFO [stderr] --> src/controller/mod.rs:42:25 Nov 30 05:14:12.444 INFO [stderr] | Nov 30 05:14:12.444 INFO [stderr] 42 | pub fn register((state, account): (State, Json)) -> impl Responder { Nov 30 05:14:12.444 INFO [stderr] | ^^^^^^^ help: consider using `_account` instead Nov 30 05:14:12.444 INFO [stderr] Nov 30 05:14:12.452 INFO [stderr] warning: unused variable: `msg` Nov 30 05:14:12.452 INFO [stderr] --> src/handler/mod.rs:9:26 Nov 30 05:14:12.452 INFO [stderr] | Nov 30 05:14:12.452 INFO [stderr] 9 | fn handle(&mut self, msg: Homepage, _: &mut Self::Context) -> Self::Result { Nov 30 05:14:12.452 INFO [stderr] | ^^^ help: consider using `_msg` instead Nov 30 05:14:12.452 INFO [stderr] Nov 30 05:14:12.452 INFO [stderr] warning: unused variable: `token_data` Nov 30 05:14:12.452 INFO [stderr] --> src/middleware/auth.rs:56:19 Nov 30 05:14:12.452 INFO [stderr] | Nov 30 05:14:12.452 INFO [stderr] 56 | if let Ok(token_data) = self.validate(req) { Nov 30 05:14:12.452 INFO [stderr] | ^^^^^^^^^^ help: consider using `_token_data` instead Nov 30 05:14:12.452 INFO [stderr] Nov 30 05:14:12.796 INFO [stderr] warning: unused variable: `name` Nov 30 05:14:12.796 INFO [stderr] --> src/controller/blog.rs:14:17 Nov 30 05:14:12.796 INFO [stderr] | Nov 30 05:14:12.796 INFO [stderr] 14 | pub fn content((name, state): (Path, State),) -> impl Responder { Nov 30 05:14:12.796 INFO [stderr] | ^^^^ help: consider using `_name` instead Nov 30 05:14:12.796 INFO [stderr] | Nov 30 05:14:12.796 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 30 05:14:12.796 INFO [stderr] Nov 30 05:14:12.796 INFO [stderr] warning: unused variable: `sign_in` Nov 30 05:14:12.796 INFO [stderr] --> src/controller/mod.rs:34:24 Nov 30 05:14:12.796 INFO [stderr] | Nov 30 05:14:12.796 INFO [stderr] 34 | pub fn sign_in((state, sign_in): (State, Json)) -> impl Responder { Nov 30 05:14:12.796 INFO [stderr] | ^^^^^^^ help: consider using `_sign_in` instead Nov 30 05:14:12.796 INFO [stderr] Nov 30 05:14:12.796 INFO [stderr] warning: unused variable: `account` Nov 30 05:14:12.796 INFO [stderr] --> src/controller/mod.rs:42:25 Nov 30 05:14:12.796 INFO [stderr] | Nov 30 05:14:12.796 INFO [stderr] 42 | pub fn register((state, account): (State, Json)) -> impl Responder { Nov 30 05:14:12.796 INFO [stderr] | ^^^^^^^ help: consider using `_account` instead Nov 30 05:14:12.797 INFO [stderr] Nov 30 05:14:12.800 INFO [stderr] warning: unused variable: `msg` Nov 30 05:14:12.800 INFO [stderr] --> src/handler/mod.rs:9:26 Nov 30 05:14:12.800 INFO [stderr] | Nov 30 05:14:12.800 INFO [stderr] 9 | fn handle(&mut self, msg: Homepage, _: &mut Self::Context) -> Self::Result { Nov 30 05:14:12.800 INFO [stderr] | ^^^ help: consider using `_msg` instead Nov 30 05:14:12.800 INFO [stderr] Nov 30 05:14:12.800 INFO [stderr] warning: unused variable: `token_data` Nov 30 05:14:12.800 INFO [stderr] --> src/middleware/auth.rs:56:19 Nov 30 05:14:12.800 INFO [stderr] | Nov 30 05:14:12.800 INFO [stderr] 56 | if let Ok(token_data) = self.validate(req) { Nov 30 05:14:12.800 INFO [stderr] | ^^^^^^^^^^ help: consider using `_token_data` instead Nov 30 05:14:12.800 INFO [stderr] Nov 30 05:14:13.244 INFO [stderr] warning: field is never used: `user` Nov 30 05:14:13.244 INFO [stderr] --> src/util/config.rs:33:5 Nov 30 05:14:13.244 INFO [stderr] | Nov 30 05:14:13.244 INFO [stderr] 33 | user: String, Nov 30 05:14:13.244 INFO [stderr] | ^^^^^^^^^^^^ Nov 30 05:14:13.244 INFO [stderr] | Nov 30 05:14:13.244 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 30 05:14:13.244 INFO [stderr] Nov 30 05:14:13.244 INFO [stderr] warning: field is never used: `password` Nov 30 05:14:13.244 INFO [stderr] --> src/util/config.rs:34:5 Nov 30 05:14:13.244 INFO [stderr] | Nov 30 05:14:13.244 INFO [stderr] 34 | password: String, Nov 30 05:14:13.244 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 30 05:14:13.244 INFO [stderr] Nov 30 05:14:13.244 INFO [stderr] warning: field is never used: `nick_name` Nov 30 05:14:13.244 INFO [stderr] --> src/util/config.rs:35:5 Nov 30 05:14:13.244 INFO [stderr] | Nov 30 05:14:13.244 INFO [stderr] 35 | nick_name: String, Nov 30 05:14:13.244 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 30 05:14:13.244 INFO [stderr] Nov 30 05:14:13.296 INFO [stderr] warning: field is never used: `user` Nov 30 05:14:13.296 INFO [stderr] --> src/util/config.rs:33:5 Nov 30 05:14:13.296 INFO [stderr] | Nov 30 05:14:13.296 INFO [stderr] 33 | user: String, Nov 30 05:14:13.296 INFO [stderr] | ^^^^^^^^^^^^ Nov 30 05:14:13.296 INFO [stderr] | Nov 30 05:14:13.296 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 30 05:14:13.296 INFO [stderr] Nov 30 05:14:13.296 INFO [stderr] warning: field is never used: `password` Nov 30 05:14:13.296 INFO [stderr] --> src/util/config.rs:34:5 Nov 30 05:14:13.296 INFO [stderr] | Nov 30 05:14:13.296 INFO [stderr] 34 | password: String, Nov 30 05:14:13.296 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 30 05:14:13.296 INFO [stderr] Nov 30 05:14:13.296 INFO [stderr] warning: field is never used: `nick_name` Nov 30 05:14:13.296 INFO [stderr] --> src/util/config.rs:35:5 Nov 30 05:14:13.296 INFO [stderr] | Nov 30 05:14:13.296 INFO [stderr] 35 | nick_name: String, Nov 30 05:14:13.296 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 30 05:14:13.296 INFO [stderr] Nov 30 05:14:13.508 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 37s Nov 30 05:14:13.564 INFO [stderr] su: No module specific data is present Nov 30 05:14:14.375 INFO running `"docker" "inspect" "289579ae6b11f50ee818eaec32b6f485af1c268e3a1525b0c3253e2490290dca"` Nov 30 05:14:14.635 INFO running `"docker" "rm" "-f" "289579ae6b11f50ee818eaec32b6f485af1c268e3a1525b0c3253e2490290dca"` Nov 30 05:14:14.967 INFO [stdout] 289579ae6b11f50ee818eaec32b6f485af1c268e3a1525b0c3253e2490290dca