Nov 28 07:38:59.336 INFO checking cljvm/xin against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 07:38:59.336 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-0/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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 28 07:38:59.820 INFO [stdout] 84483a8fd667f4b6c9d82b85d2e5547d56ac4cc6fd5e843371d518158aa14a84 Nov 28 07:38:59.822 INFO running `"docker" "start" "-a" "84483a8fd667f4b6c9d82b85d2e5547d56ac4cc6fd5e843371d518158aa14a84"` Nov 28 07:39:01.388 INFO [stderr] usermod: no changes Nov 28 07:39:01.992 INFO [stderr] Compiling actix-web v0.7.7 Nov 28 07:39:01.996 INFO [stderr] Compiling openssl-sys v0.9.35 Nov 28 07:39:02.008 INFO [stderr] Checking http v0.1.12 Nov 28 07:39:02.012 INFO [stderr] Checking uuid v0.6.5 Nov 28 07:39:02.014 INFO [stderr] Checking ring v0.13.2 Nov 28 07:39:02.022 INFO [stderr] Checking serde_urlencoded v0.5.3 Nov 28 07:39:02.023 INFO [stderr] Checking chrono v0.4.6 Nov 28 07:39:02.035 INFO [stderr] Checking hmac v0.6.3 Nov 28 07:39:03.697 INFO [stderr] Checking crossbeam-channel v0.2.5 Nov 28 07:39:06.404 INFO [stderr] Checking tokio-signal v0.2.5 Nov 28 07:39:06.823 INFO [stderr] Checking dotenv v0.13.0 Nov 28 07:39:08.994 INFO [stderr] Checking trust-dns-proto v0.4.0 Nov 28 07:39:10.496 INFO [stderr] Compiling openssl v0.9.24 Nov 28 07:39:15.801 INFO [stderr] Checking cookie v0.11.0 Nov 28 07:39:15.826 INFO [stderr] Checking email v0.0.20 Nov 28 07:39:15.827 INFO [stderr] Checking tera v0.11.16 Nov 28 07:39:15.829 INFO [stderr] Checking jsonwebtoken v5.0.1 Nov 28 07:39:15.830 INFO [stderr] Checking diesel v1.3.3 Nov 28 07:39:26.777 INFO [stderr] Checking h2 v0.1.12 Nov 28 07:39:34.270 INFO [stderr] Checking native-tls v0.1.5 Nov 28 07:39:36.054 INFO [stderr] Checking trust-dns-resolver v0.9.1 Nov 28 07:39:37.684 INFO [stderr] Checking lettre v0.8.2 Nov 28 07:39:49.318 INFO [stderr] Checking lettre_email v0.8.2 Nov 28 07:39:49.495 INFO [stderr] Checking actix v0.7.4 Nov 28 07:40:32.616 INFO [stderr] Checking xin v0.1.0 (/source) Nov 28 07:40:41.764 INFO [stderr] warning: unused `#[macro_use]` import Nov 28 07:40:41.765 INFO [stderr] --> src/main.rs:1:1 Nov 28 07:40:41.765 INFO [stderr] | Nov 28 07:40:41.765 INFO [stderr] 1 | #[macro_use] Nov 28 07:40:41.766 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 07:40:41.766 INFO [stderr] | Nov 28 07:40:41.766 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 07:40:41.766 INFO [stderr] Nov 28 07:40:41.766 INFO [stderr] warning: cannot find type `Error` in this scope Nov 28 07:40:41.767 INFO [stderr] --> src/controller/mod.rs:11:10 Nov 28 07:40:41.767 INFO [stderr] | Nov 28 07:40:41.767 INFO [stderr] 11 | #[derive(Message)] Nov 28 07:40:41.767 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.767 INFO [stderr] | Nov 28 07:40:41.767 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 07:40:41.768 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 28 07:40:41.768 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.768 INFO [stderr] Nov 28 07:40:41.768 INFO [stderr] warning: cannot find type `Error` in this scope Nov 28 07:40:41.768 INFO [stderr] --> src/controller/mod.rs:15:10 Nov 28 07:40:41.769 INFO [stderr] | Nov 28 07:40:41.769 INFO [stderr] 15 | #[derive(Message, Serialize)] Nov 28 07:40:41.769 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.769 INFO [stderr] | Nov 28 07:40:41.769 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 28 07:40:41.770 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.770 INFO [stderr] Nov 28 07:40:41.770 INFO [stderr] warning: cannot find type `Error` in this scope Nov 28 07:40:41.770 INFO [stderr] --> src/controller/mod.rs:22:10 Nov 28 07:40:41.771 INFO [stderr] | Nov 28 07:40:41.771 INFO [stderr] 22 | #[derive(Message, Serialize)] Nov 28 07:40:41.771 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.771 INFO [stderr] | Nov 28 07:40:41.771 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 28 07:40:41.771 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.772 INFO [stderr] Nov 28 07:40:41.772 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 07:40:41.772 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 07:40:41.772 INFO [stderr] | Nov 28 07:40:41.772 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 07:40:41.773 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.773 INFO [stderr] | Nov 28 07:40:41.773 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 28 07:40:41.773 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.773 INFO [stderr] Nov 28 07:40:41.780 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 07:40:41.781 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.781 INFO [stderr] | Nov 28 07:40:41.781 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.781 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.781 INFO [stderr] | Nov 28 07:40:41.782 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 28 07:40:41.782 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.782 INFO [stderr] Nov 28 07:40:41.783 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 07:40:41.783 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.783 INFO [stderr] | Nov 28 07:40:41.783 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.783 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.783 INFO [stderr] | Nov 28 07:40:41.784 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 28 07:40:41.784 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.784 INFO [stderr] Nov 28 07:40:41.784 INFO [stderr] warning: cannot find type `subject` in this scope Nov 28 07:40:41.785 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.785 INFO [stderr] | Nov 28 07:40:41.785 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.785 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.785 INFO [stderr] | Nov 28 07:40:41.785 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 28 07:40:41.786 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.786 INFO [stderr] Nov 28 07:40:41.787 INFO [stderr] warning: cannot find type `fields` in this scope Nov 28 07:40:41.787 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.787 INFO [stderr] | Nov 28 07:40:41.787 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.787 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.787 INFO [stderr] | Nov 28 07:40:41.787 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 28 07:40:41.788 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.788 INFO [stderr] Nov 28 07:40:41.788 INFO [stderr] warning: cannot find type `content_raw` in this scope Nov 28 07:40:41.788 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.789 INFO [stderr] | Nov 28 07:40:41.789 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.789 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.789 INFO [stderr] | Nov 28 07:40:41.789 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 28 07:40:41.790 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.790 INFO [stderr] Nov 28 07:40:41.790 INFO [stderr] warning: cannot find type `content_html` in this scope Nov 28 07:40:41.790 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.790 INFO [stderr] | Nov 28 07:40:41.791 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.791 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.791 INFO [stderr] | Nov 28 07:40:41.791 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 28 07:40:41.791 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.791 INFO [stderr] Nov 28 07:40:41.792 INFO [stderr] warning: cannot find type `status` in this scope Nov 28 07:40:41.792 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.792 INFO [stderr] | Nov 28 07:40:41.792 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.793 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.793 INFO [stderr] | Nov 28 07:40:41.793 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 28 07:40:41.793 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.793 INFO [stderr] Nov 28 07:40:41.794 INFO [stderr] warning: cannot find type `view_count` in this scope Nov 28 07:40:41.794 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.794 INFO [stderr] | Nov 28 07:40:41.794 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.794 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.794 INFO [stderr] | Nov 28 07:40:41.795 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 28 07:40:41.795 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.795 INFO [stderr] Nov 28 07:40:41.795 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 28 07:40:41.795 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.796 INFO [stderr] | Nov 28 07:40:41.796 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.796 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.796 INFO [stderr] | Nov 28 07:40:41.796 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 28 07:40:41.796 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.797 INFO [stderr] Nov 28 07:40:41.797 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 28 07:40:41.797 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.798 INFO [stderr] | Nov 28 07:40:41.798 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.798 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.798 INFO [stderr] | Nov 28 07:40:41.798 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 28 07:40:41.799 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.799 INFO [stderr] Nov 28 07:40:41.800 INFO [stderr] warning: cannot find type `activitie_id` in this scope Nov 28 07:40:41.800 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.800 INFO [stderr] | Nov 28 07:40:41.800 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.801 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.801 INFO [stderr] | Nov 28 07:40:41.801 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 28 07:40:41.801 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.801 INFO [stderr] Nov 28 07:40:41.802 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 28 07:40:41.802 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.802 INFO [stderr] | Nov 28 07:40:41.802 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.803 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.803 INFO [stderr] | Nov 28 07:40:41.803 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 28 07:40:41.803 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.803 INFO [stderr] Nov 28 07:40:41.808 INFO [stderr] warning: cannot find type `field1` in this scope Nov 28 07:40:41.808 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.808 INFO [stderr] | Nov 28 07:40:41.808 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.808 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.808 INFO [stderr] | Nov 28 07:40:41.808 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 28 07:40:41.808 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.808 INFO [stderr] Nov 28 07:40:41.808 INFO [stderr] warning: cannot find type `field2` in this scope Nov 28 07:40:41.808 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.808 INFO [stderr] | Nov 28 07:40:41.808 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.808 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.808 INFO [stderr] | Nov 28 07:40:41.808 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 28 07:40:41.808 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.808 INFO [stderr] Nov 28 07:40:41.808 INFO [stderr] warning: cannot find type `field3` in this scope Nov 28 07:40:41.808 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.809 INFO [stderr] | Nov 28 07:40:41.809 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.809 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.809 INFO [stderr] | Nov 28 07:40:41.809 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 28 07:40:41.810 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.810 INFO [stderr] Nov 28 07:40:41.811 INFO [stderr] warning: cannot find type `field4` in this scope Nov 28 07:40:41.811 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.811 INFO [stderr] | Nov 28 07:40:41.811 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.811 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.812 INFO [stderr] | Nov 28 07:40:41.812 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 28 07:40:41.812 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.812 INFO [stderr] Nov 28 07:40:41.813 INFO [stderr] warning: cannot find type `field5` in this scope Nov 28 07:40:41.814 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.814 INFO [stderr] | Nov 28 07:40:41.814 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.814 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.814 INFO [stderr] | Nov 28 07:40:41.815 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 28 07:40:41.815 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.815 INFO [stderr] Nov 28 07:40:41.816 INFO [stderr] warning: cannot find type `field6` in this scope Nov 28 07:40:41.816 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.817 INFO [stderr] | Nov 28 07:40:41.817 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.817 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.817 INFO [stderr] | Nov 28 07:40:41.818 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 28 07:40:41.818 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.818 INFO [stderr] Nov 28 07:40:41.819 INFO [stderr] warning: cannot find type `field7` in this scope Nov 28 07:40:41.820 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.820 INFO [stderr] | Nov 28 07:40:41.824 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.824 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.824 INFO [stderr] | Nov 28 07:40:41.824 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 28 07:40:41.828 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.828 INFO [stderr] Nov 28 07:40:41.828 INFO [stderr] warning: cannot find type `field8` in this scope Nov 28 07:40:41.828 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.828 INFO [stderr] | Nov 28 07:40:41.828 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.828 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.828 INFO [stderr] | Nov 28 07:40:41.828 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 28 07:40:41.828 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.828 INFO [stderr] Nov 28 07:40:41.828 INFO [stderr] warning: cannot find type `field9` in this scope Nov 28 07:40:41.828 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.828 INFO [stderr] | Nov 28 07:40:41.828 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.828 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.828 INFO [stderr] | Nov 28 07:40:41.828 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 28 07:40:41.828 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.828 INFO [stderr] Nov 28 07:40:41.828 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 07:40:41.828 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.828 INFO [stderr] | Nov 28 07:40:41.828 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.828 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.828 INFO [stderr] | Nov 28 07:40:41.828 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 28 07:40:41.829 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.829 INFO [stderr] Nov 28 07:40:41.829 INFO [stderr] warning: cannot find type `alias_name` in this scope Nov 28 07:40:41.829 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.829 INFO [stderr] | Nov 28 07:40:41.829 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.829 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.829 INFO [stderr] | Nov 28 07:40:41.829 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 28 07:40:41.829 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.829 INFO [stderr] Nov 28 07:40:41.830 INFO [stderr] warning: cannot find type `nick_name` in this scope Nov 28 07:40:41.830 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.830 INFO [stderr] | Nov 28 07:40:41.830 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.830 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.832 INFO [stderr] | Nov 28 07:40:41.832 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 28 07:40:41.832 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.832 INFO [stderr] Nov 28 07:40:41.832 INFO [stderr] warning: cannot find type `description` in this scope Nov 28 07:40:41.832 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.832 INFO [stderr] | Nov 28 07:40:41.832 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.832 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.832 INFO [stderr] | Nov 28 07:40:41.832 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 28 07:40:41.832 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.832 INFO [stderr] Nov 28 07:40:41.832 INFO [stderr] warning: cannot find type `class_id` in this scope Nov 28 07:40:41.832 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.832 INFO [stderr] | Nov 28 07:40:41.832 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.832 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.832 INFO [stderr] | Nov 28 07:40:41.832 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 28 07:40:41.832 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.844 INFO [stderr] Nov 28 07:40:41.844 INFO [stderr] warning: cannot find type `role_id` in this scope Nov 28 07:40:41.844 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.844 INFO [stderr] | Nov 28 07:40:41.844 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.844 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.844 INFO [stderr] | Nov 28 07:40:41.844 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 28 07:40:41.844 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.844 INFO [stderr] Nov 28 07:40:41.844 INFO [stderr] warning: cannot find type `identity_type` in this scope Nov 28 07:40:41.845 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.845 INFO [stderr] | Nov 28 07:40:41.845 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.845 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.845 INFO [stderr] | Nov 28 07:40:41.845 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 28 07:40:41.845 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.845 INFO [stderr] Nov 28 07:40:41.845 INFO [stderr] warning: cannot find type `identifier` in this scope Nov 28 07:40:41.845 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.845 INFO [stderr] | Nov 28 07:40:41.845 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.845 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.845 INFO [stderr] | Nov 28 07:40:41.845 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 28 07:40:41.845 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.845 INFO [stderr] Nov 28 07:40:41.845 INFO [stderr] warning: cannot find type `credential` in this scope Nov 28 07:40:41.845 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.845 INFO [stderr] | Nov 28 07:40:41.845 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.845 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.845 INFO [stderr] | Nov 28 07:40:41.845 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 28 07:40:41.845 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.845 INFO [stderr] Nov 28 07:40:41.845 INFO [stderr] warning: cannot find type `token` in this scope Nov 28 07:40:41.845 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.845 INFO [stderr] | Nov 28 07:40:41.845 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.845 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.845 INFO [stderr] | Nov 28 07:40:41.846 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 28 07:40:41.846 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.846 INFO [stderr] Nov 28 07:40:41.847 INFO [stderr] warning: cannot find type `email` in this scope Nov 28 07:40:41.847 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.847 INFO [stderr] | Nov 28 07:40:41.847 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.847 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.847 INFO [stderr] | Nov 28 07:40:41.847 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 28 07:40:41.847 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.847 INFO [stderr] Nov 28 07:40:41.847 INFO [stderr] warning: cannot find type `birthday` in this scope Nov 28 07:40:41.847 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.847 INFO [stderr] | Nov 28 07:40:41.847 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.847 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.847 INFO [stderr] | Nov 28 07:40:41.847 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 28 07:40:41.847 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.847 INFO [stderr] Nov 28 07:40:41.847 INFO [stderr] warning: cannot find type `height` in this scope Nov 28 07:40:41.847 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.847 INFO [stderr] | Nov 28 07:40:41.847 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.847 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.847 INFO [stderr] | Nov 28 07:40:41.847 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 28 07:40:41.847 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.847 INFO [stderr] Nov 28 07:40:41.852 INFO [stderr] warning: cannot find type `weight` in this scope Nov 28 07:40:41.852 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:41.852 INFO [stderr] | Nov 28 07:40:41.852 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:41.852 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:41.852 INFO [stderr] | Nov 28 07:40:41.852 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 28 07:40:41.852 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:41.852 INFO [stderr] Nov 28 07:40:43.278 INFO [stderr] warning: unused `#[macro_use]` import Nov 28 07:40:43.279 INFO [stderr] --> src/main.rs:1:1 Nov 28 07:40:43.279 INFO [stderr] | Nov 28 07:40:43.279 INFO [stderr] 1 | #[macro_use] Nov 28 07:40:43.279 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 07:40:43.280 INFO [stderr] | Nov 28 07:40:43.280 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 07:40:43.280 INFO [stderr] Nov 28 07:40:43.281 INFO [stderr] warning: cannot find type `Error` in this scope Nov 28 07:40:43.281 INFO [stderr] --> src/controller/mod.rs:11:10 Nov 28 07:40:43.281 INFO [stderr] | Nov 28 07:40:43.282 INFO [stderr] 11 | #[derive(Message)] Nov 28 07:40:43.282 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.282 INFO [stderr] | Nov 28 07:40:43.283 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 07:40:43.283 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 28 07:40:43.283 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.283 INFO [stderr] Nov 28 07:40:43.284 INFO [stderr] warning: cannot find type `Error` in this scope Nov 28 07:40:43.284 INFO [stderr] --> src/controller/mod.rs:15:10 Nov 28 07:40:43.284 INFO [stderr] | Nov 28 07:40:43.285 INFO [stderr] 15 | #[derive(Message, Serialize)] Nov 28 07:40:43.285 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.285 INFO [stderr] | Nov 28 07:40:43.286 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 28 07:40:43.286 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.286 INFO [stderr] Nov 28 07:40:43.286 INFO [stderr] warning: cannot find type `Error` in this scope Nov 28 07:40:43.287 INFO [stderr] --> src/controller/mod.rs:22:10 Nov 28 07:40:43.287 INFO [stderr] | Nov 28 07:40:43.287 INFO [stderr] 22 | #[derive(Message, Serialize)] Nov 28 07:40:43.287 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.288 INFO [stderr] | Nov 28 07:40:43.288 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 28 07:40:43.288 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.289 INFO [stderr] Nov 28 07:40:43.289 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 07:40:43.289 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 07:40:43.290 INFO [stderr] | Nov 28 07:40:43.290 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 07:40:43.290 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.290 INFO [stderr] | Nov 28 07:40:43.290 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 28 07:40:43.290 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.290 INFO [stderr] Nov 28 07:40:43.290 INFO [stderr] warning: cannot find type `id` in this scope Nov 28 07:40:43.290 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.290 INFO [stderr] | Nov 28 07:40:43.290 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.290 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.290 INFO [stderr] | Nov 28 07:40:43.290 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 28 07:40:43.290 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.290 INFO [stderr] Nov 28 07:40:43.290 INFO [stderr] warning: cannot find type `title` in this scope Nov 28 07:40:43.290 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.290 INFO [stderr] | Nov 28 07:40:43.290 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.290 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.290 INFO [stderr] | Nov 28 07:40:43.290 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 28 07:40:43.290 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.290 INFO [stderr] Nov 28 07:40:43.290 INFO [stderr] warning: cannot find type `subject` in this scope Nov 28 07:40:43.290 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.290 INFO [stderr] | Nov 28 07:40:43.290 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.290 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.290 INFO [stderr] | Nov 28 07:40:43.290 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 28 07:40:43.290 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.290 INFO [stderr] Nov 28 07:40:43.290 INFO [stderr] warning: cannot find type `fields` in this scope Nov 28 07:40:43.291 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.291 INFO [stderr] | Nov 28 07:40:43.291 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.291 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.291 INFO [stderr] | Nov 28 07:40:43.291 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 28 07:40:43.291 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.291 INFO [stderr] Nov 28 07:40:43.296 INFO [stderr] warning: cannot find type `content_raw` in this scope Nov 28 07:40:43.297 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.297 INFO [stderr] | Nov 28 07:40:43.297 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.297 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.298 INFO [stderr] | Nov 28 07:40:43.298 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 28 07:40:43.298 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.298 INFO [stderr] Nov 28 07:40:43.299 INFO [stderr] warning: cannot find type `content_html` in this scope Nov 28 07:40:43.299 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.299 INFO [stderr] | Nov 28 07:40:43.299 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.300 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.300 INFO [stderr] | Nov 28 07:40:43.300 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 28 07:40:43.301 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.301 INFO [stderr] Nov 28 07:40:43.301 INFO [stderr] warning: cannot find type `status` in this scope Nov 28 07:40:43.301 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.302 INFO [stderr] | Nov 28 07:40:43.302 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.302 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.302 INFO [stderr] | Nov 28 07:40:43.303 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 28 07:40:43.303 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.303 INFO [stderr] Nov 28 07:40:43.304 INFO [stderr] warning: cannot find type `view_count` in this scope Nov 28 07:40:43.304 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.304 INFO [stderr] | Nov 28 07:40:43.304 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.304 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.304 INFO [stderr] | Nov 28 07:40:43.304 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 28 07:40:43.304 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.304 INFO [stderr] Nov 28 07:40:43.304 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 28 07:40:43.304 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.304 INFO [stderr] | Nov 28 07:40:43.304 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.304 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.304 INFO [stderr] | Nov 28 07:40:43.304 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 28 07:40:43.304 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.304 INFO [stderr] Nov 28 07:40:43.304 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 28 07:40:43.304 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.304 INFO [stderr] | Nov 28 07:40:43.305 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.305 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.305 INFO [stderr] | Nov 28 07:40:43.305 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 28 07:40:43.305 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.305 INFO [stderr] Nov 28 07:40:43.305 INFO [stderr] warning: cannot find type `activitie_id` in this scope Nov 28 07:40:43.305 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.305 INFO [stderr] | Nov 28 07:40:43.305 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.305 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 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 28 07:40:43.306 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.306 INFO [stderr] Nov 28 07:40:43.306 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 28 07:40:43.306 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.306 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 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 28 07:40:43.306 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.306 INFO [stderr] Nov 28 07:40:43.306 INFO [stderr] warning: cannot find type `field1` in this scope Nov 28 07:40:43.306 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.306 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 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 28 07:40:43.306 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.306 INFO [stderr] Nov 28 07:40:43.306 INFO [stderr] warning: cannot find type `field2` in this scope Nov 28 07:40:43.306 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.306 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 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 28 07:40:43.306 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.306 INFO [stderr] Nov 28 07:40:43.306 INFO [stderr] warning: cannot find type `field3` in this scope Nov 28 07:40:43.306 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.306 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 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 28 07:40:43.306 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.306 INFO [stderr] Nov 28 07:40:43.306 INFO [stderr] warning: cannot find type `field4` in this scope Nov 28 07:40:43.306 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.306 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 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 28 07:40:43.306 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.306 INFO [stderr] Nov 28 07:40:43.306 INFO [stderr] warning: cannot find type `field5` in this scope Nov 28 07:40:43.306 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.306 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.306 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.306 INFO [stderr] | Nov 28 07:40:43.307 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 28 07:40:43.307 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.307 INFO [stderr] Nov 28 07:40:43.307 INFO [stderr] warning: cannot find type `field6` in this scope Nov 28 07:40:43.307 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.307 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 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 28 07:40:43.307 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.307 INFO [stderr] Nov 28 07:40:43.307 INFO [stderr] warning: cannot find type `field7` in this scope Nov 28 07:40:43.307 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.307 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 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 28 07:40:43.307 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.307 INFO [stderr] Nov 28 07:40:43.307 INFO [stderr] warning: cannot find type `field8` in this scope Nov 28 07:40:43.307 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.307 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 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 28 07:40:43.307 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.307 INFO [stderr] Nov 28 07:40:43.307 INFO [stderr] warning: cannot find type `field9` in this scope Nov 28 07:40:43.307 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.307 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 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 28 07:40:43.307 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.307 INFO [stderr] Nov 28 07:40:43.307 INFO [stderr] warning: cannot find type `name` in this scope Nov 28 07:40:43.307 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.307 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 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 28 07:40:43.307 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.307 INFO [stderr] Nov 28 07:40:43.307 INFO [stderr] warning: cannot find type `alias_name` in this scope Nov 28 07:40:43.307 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.307 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 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 28 07:40:43.307 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.307 INFO [stderr] Nov 28 07:40:43.307 INFO [stderr] warning: cannot find type `nick_name` in this scope Nov 28 07:40:43.307 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.307 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 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 28 07:40:43.307 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.307 INFO [stderr] Nov 28 07:40:43.307 INFO [stderr] warning: cannot find type `description` in this scope Nov 28 07:40:43.307 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.307 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 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 28 07:40:43.307 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.307 INFO [stderr] Nov 28 07:40:43.307 INFO [stderr] warning: cannot find type `class_id` in this scope Nov 28 07:40:43.307 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.307 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.307 INFO [stderr] | Nov 28 07:40:43.307 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 28 07:40:43.307 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.307 INFO [stderr] Nov 28 07:40:43.308 INFO [stderr] warning: cannot find type `role_id` in this scope Nov 28 07:40:43.308 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.308 INFO [stderr] | Nov 28 07:40:43.308 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.308 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.308 INFO [stderr] | Nov 28 07:40:43.308 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 28 07:40:43.308 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.308 INFO [stderr] Nov 28 07:40:43.312 INFO [stderr] warning: cannot find type `identity_type` in this scope Nov 28 07:40:43.313 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.313 INFO [stderr] | Nov 28 07:40:43.313 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.313 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.314 INFO [stderr] | Nov 28 07:40:43.314 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 28 07:40:43.314 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.315 INFO [stderr] Nov 28 07:40:43.315 INFO [stderr] warning: cannot find type `identifier` in this scope Nov 28 07:40:43.315 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.315 INFO [stderr] | Nov 28 07:40:43.316 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.316 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.316 INFO [stderr] | Nov 28 07:40:43.317 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 28 07:40:43.317 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.317 INFO [stderr] Nov 28 07:40:43.317 INFO [stderr] warning: cannot find type `credential` in this scope Nov 28 07:40:43.318 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.318 INFO [stderr] | Nov 28 07:40:43.318 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.318 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.319 INFO [stderr] | Nov 28 07:40:43.319 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 28 07:40:43.319 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.319 INFO [stderr] Nov 28 07:40:43.319 INFO [stderr] warning: cannot find type `token` in this scope Nov 28 07:40:43.319 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.319 INFO [stderr] | Nov 28 07:40:43.319 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.319 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.319 INFO [stderr] | Nov 28 07:40:43.319 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 28 07:40:43.319 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.319 INFO [stderr] Nov 28 07:40:43.319 INFO [stderr] warning: cannot find type `email` in this scope Nov 28 07:40:43.319 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.319 INFO [stderr] | Nov 28 07:40:43.319 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.319 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.319 INFO [stderr] | Nov 28 07:40:43.319 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 28 07:40:43.319 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.319 INFO [stderr] Nov 28 07:40:43.319 INFO [stderr] warning: cannot find type `birthday` in this scope Nov 28 07:40:43.319 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.319 INFO [stderr] | Nov 28 07:40:43.319 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.319 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.319 INFO [stderr] | Nov 28 07:40:43.319 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 28 07:40:43.319 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.319 INFO [stderr] Nov 28 07:40:43.319 INFO [stderr] warning: cannot find type `height` in this scope Nov 28 07:40:43.319 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.319 INFO [stderr] | Nov 28 07:40:43.319 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.319 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.319 INFO [stderr] | Nov 28 07:40:43.319 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 28 07:40:43.319 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.319 INFO [stderr] Nov 28 07:40:43.320 INFO [stderr] warning: cannot find type `weight` in this scope Nov 28 07:40:43.320 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 07:40:43.321 INFO [stderr] | Nov 28 07:40:43.321 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 07:40:43.321 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 07:40:43.322 INFO [stderr] | Nov 28 07:40:43.322 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 28 07:40:43.322 INFO [stderr] = note: for more information, see issue #50504 Nov 28 07:40:43.322 INFO [stderr] Nov 28 07:40:44.832 INFO [stderr] warning: unused variable: `name` Nov 28 07:40:44.832 INFO [stderr] --> src/controller/blog.rs:14:17 Nov 28 07:40:44.832 INFO [stderr] | Nov 28 07:40:44.832 INFO [stderr] 14 | pub fn content((name, state): (Path, State),) -> impl Responder { Nov 28 07:40:44.832 INFO [stderr] | ^^^^ help: consider using `_name` instead Nov 28 07:40:44.832 INFO [stderr] | Nov 28 07:40:44.832 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 28 07:40:44.832 INFO [stderr] Nov 28 07:40:44.832 INFO [stderr] warning: unused variable: `sign_in` Nov 28 07:40:44.832 INFO [stderr] --> src/controller/mod.rs:34:24 Nov 28 07:40:44.832 INFO [stderr] | Nov 28 07:40:44.832 INFO [stderr] 34 | pub fn sign_in((state, sign_in): (State, Json)) -> impl Responder { Nov 28 07:40:44.832 INFO [stderr] | ^^^^^^^ help: consider using `_sign_in` instead Nov 28 07:40:44.832 INFO [stderr] Nov 28 07:40:44.832 INFO [stderr] warning: unused variable: `account` Nov 28 07:40:44.832 INFO [stderr] --> src/controller/mod.rs:42:25 Nov 28 07:40:44.832 INFO [stderr] | Nov 28 07:40:44.832 INFO [stderr] 42 | pub fn register((state, account): (State, Json)) -> impl Responder { Nov 28 07:40:44.832 INFO [stderr] | ^^^^^^^ help: consider using `_account` instead Nov 28 07:40:44.832 INFO [stderr] Nov 28 07:40:44.836 INFO [stderr] warning: unused variable: `msg` Nov 28 07:40:44.836 INFO [stderr] --> src/handler/mod.rs:9:26 Nov 28 07:40:44.836 INFO [stderr] | Nov 28 07:40:44.836 INFO [stderr] 9 | fn handle(&mut self, msg: Homepage, _: &mut Self::Context) -> Self::Result { Nov 28 07:40:44.836 INFO [stderr] | ^^^ help: consider using `_msg` instead Nov 28 07:40:44.836 INFO [stderr] Nov 28 07:40:44.836 INFO [stderr] warning: unused variable: `token_data` Nov 28 07:40:44.836 INFO [stderr] --> src/middleware/auth.rs:56:19 Nov 28 07:40:44.836 INFO [stderr] | Nov 28 07:40:44.836 INFO [stderr] 56 | if let Ok(token_data) = self.validate(req) { Nov 28 07:40:44.836 INFO [stderr] | ^^^^^^^^^^ help: consider using `_token_data` instead Nov 28 07:40:44.836 INFO [stderr] Nov 28 07:40:45.456 INFO [stderr] warning: field is never used: `user` Nov 28 07:40:45.456 INFO [stderr] --> src/util/config.rs:33:5 Nov 28 07:40:45.456 INFO [stderr] | Nov 28 07:40:45.456 INFO [stderr] 33 | user: String, Nov 28 07:40:45.456 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 07:40:45.456 INFO [stderr] | Nov 28 07:40:45.456 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 28 07:40:45.456 INFO [stderr] Nov 28 07:40:45.456 INFO [stderr] warning: field is never used: `password` Nov 28 07:40:45.456 INFO [stderr] --> src/util/config.rs:34:5 Nov 28 07:40:45.456 INFO [stderr] | Nov 28 07:40:45.456 INFO [stderr] 34 | password: String, Nov 28 07:40:45.456 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 28 07:40:45.456 INFO [stderr] Nov 28 07:40:45.456 INFO [stderr] warning: field is never used: `nick_name` Nov 28 07:40:45.456 INFO [stderr] --> src/util/config.rs:35:5 Nov 28 07:40:45.456 INFO [stderr] | Nov 28 07:40:45.456 INFO [stderr] 35 | nick_name: String, Nov 28 07:40:45.456 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 28 07:40:45.456 INFO [stderr] Nov 28 07:40:46.019 INFO [stderr] warning: unused variable: `name` Nov 28 07:40:46.019 INFO [stderr] --> src/controller/blog.rs:14:17 Nov 28 07:40:46.019 INFO [stderr] | Nov 28 07:40:46.019 INFO [stderr] 14 | pub fn content((name, state): (Path, State),) -> impl Responder { Nov 28 07:40:46.019 INFO [stderr] | ^^^^ help: consider using `_name` instead Nov 28 07:40:46.019 INFO [stderr] | Nov 28 07:40:46.019 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 28 07:40:46.019 INFO [stderr] Nov 28 07:40:46.019 INFO [stderr] warning: unused variable: `sign_in` Nov 28 07:40:46.019 INFO [stderr] --> src/controller/mod.rs:34:24 Nov 28 07:40:46.019 INFO [stderr] | Nov 28 07:40:46.019 INFO [stderr] 34 | pub fn sign_in((state, sign_in): (State, Json)) -> impl Responder { Nov 28 07:40:46.019 INFO [stderr] | ^^^^^^^ help: consider using `_sign_in` instead Nov 28 07:40:46.019 INFO [stderr] Nov 28 07:40:46.019 INFO [stderr] warning: unused variable: `account` Nov 28 07:40:46.019 INFO [stderr] --> src/controller/mod.rs:42:25 Nov 28 07:40:46.019 INFO [stderr] | Nov 28 07:40:46.019 INFO [stderr] 42 | pub fn register((state, account): (State, Json)) -> impl Responder { Nov 28 07:40:46.019 INFO [stderr] | ^^^^^^^ help: consider using `_account` instead Nov 28 07:40:46.025 INFO [stderr] Nov 28 07:40:46.025 INFO [stderr] warning: unused variable: `msg` Nov 28 07:40:46.025 INFO [stderr] --> src/handler/mod.rs:9:26 Nov 28 07:40:46.025 INFO [stderr] | Nov 28 07:40:46.025 INFO [stderr] 9 | fn handle(&mut self, msg: Homepage, _: &mut Self::Context) -> Self::Result { Nov 28 07:40:46.025 INFO [stderr] | ^^^ help: consider using `_msg` instead Nov 28 07:40:46.026 INFO [stderr] Nov 28 07:40:46.026 INFO [stderr] warning: unused variable: `token_data` Nov 28 07:40:46.026 INFO [stderr] --> src/middleware/auth.rs:56:19 Nov 28 07:40:46.026 INFO [stderr] | Nov 28 07:40:46.026 INFO [stderr] 56 | if let Ok(token_data) = self.validate(req) { Nov 28 07:40:46.026 INFO [stderr] | ^^^^^^^^^^ help: consider using `_token_data` instead Nov 28 07:40:46.026 INFO [stderr] Nov 28 07:40:46.432 INFO [stderr] warning: field is never used: `user` Nov 28 07:40:46.432 INFO [stderr] --> src/util/config.rs:33:5 Nov 28 07:40:46.432 INFO [stderr] | Nov 28 07:40:46.432 INFO [stderr] 33 | user: String, Nov 28 07:40:46.432 INFO [stderr] | ^^^^^^^^^^^^ Nov 28 07:40:46.432 INFO [stderr] | Nov 28 07:40:46.432 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 28 07:40:46.432 INFO [stderr] Nov 28 07:40:46.432 INFO [stderr] warning: field is never used: `password` Nov 28 07:40:46.433 INFO [stderr] --> src/util/config.rs:34:5 Nov 28 07:40:46.433 INFO [stderr] | Nov 28 07:40:46.433 INFO [stderr] 34 | password: String, Nov 28 07:40:46.433 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 28 07:40:46.433 INFO [stderr] Nov 28 07:40:46.433 INFO [stderr] warning: field is never used: `nick_name` Nov 28 07:40:46.433 INFO [stderr] --> src/util/config.rs:35:5 Nov 28 07:40:46.433 INFO [stderr] | Nov 28 07:40:46.433 INFO [stderr] 35 | nick_name: String, Nov 28 07:40:46.433 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 28 07:40:46.433 INFO [stderr] Nov 28 07:40:46.541 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 45s Nov 28 07:40:46.576 INFO [stderr] su: No module specific data is present Nov 28 07:40:47.634 INFO running `"docker" "inspect" "84483a8fd667f4b6c9d82b85d2e5547d56ac4cc6fd5e843371d518158aa14a84"` Nov 28 07:40:47.928 INFO running `"docker" "rm" "-f" "84483a8fd667f4b6c9d82b85d2e5547d56ac4cc6fd5e843371d518158aa14a84"` Nov 28 07:40:48.264 INFO [stdout] 84483a8fd667f4b6c9d82b85d2e5547d56ac4cc6fd5e843371d518158aa14a84