Sep 01 10:16:10.453 INFO checking raider-server-1.0.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 10:16:10.453 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 10:16:10.453 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:16:10.662 INFO blam! dc8968595247f5e2dd36b9a31590203a0416766e29ed3e4e520f90d5912bdd66 Sep 01 10:16:10.664 INFO running `"docker" "start" "-a" "dc8968595247f5e2dd36b9a31590203a0416766e29ed3e4e520f90d5912bdd66"` Sep 01 10:16:11.849 INFO kablam! Compiling mysqlclient-sys v0.2.3 Sep 01 10:16:11.855 INFO kablam! Checking clap v2.32.0 Sep 01 10:16:11.860 INFO kablam! Checking num-bigint v0.2.0 Sep 01 10:16:11.865 INFO kablam! Checking num v0.1.42 Sep 01 10:16:11.866 INFO kablam! Checking email v0.0.20 Sep 01 10:16:11.873 INFO kablam! Checking tera v0.10.10 Sep 01 10:16:11.874 INFO kablam! Checking lettre v0.7.0 Sep 01 10:16:11.876 INFO kablam! Checking validate v0.6.1 Sep 01 10:16:12.851 INFO kablam! Checking bigdecimal v0.0.11 Sep 01 10:16:17.025 INFO kablam! Checking diesel v1.3.2 Sep 01 10:16:18.443 INFO kablam! Checking lettre_email v0.7.0 Sep 01 10:16:18.879 INFO kablam! Checking bigdecimal v0.0.14 Sep 01 10:16:22.990 INFO kablam! Checking rocket_contrib v0.3.16 Sep 01 10:16:50.572 INFO kablam! Checking r2d2-diesel v1.0.0 Sep 01 10:16:51.589 INFO kablam! Checking raider-server v1.0.2 (file:///source) Sep 01 10:16:59.414 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 01 10:16:59.414 INFO kablam! --> src/responder/catchers.rs:9:1 Sep 01 10:16:59.414 INFO kablam! | Sep 01 10:16:59.414 INFO kablam! 9 | #[error(403)] Sep 01 10:16:59.414 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:16:59.414 INFO kablam! | Sep 01 10:16:59.414 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 01 10:16:59.415 INFO kablam! Sep 01 10:16:59.416 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 01 10:16:59.416 INFO kablam! --> src/responder/catchers.rs:14:1 Sep 01 10:16:59.416 INFO kablam! | Sep 01 10:16:59.416 INFO kablam! 14 | #[error(410)] Sep 01 10:16:59.416 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:16:59.416 INFO kablam! | Sep 01 10:16:59.416 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 01 10:16:59.416 INFO kablam! Sep 01 10:16:59.421 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 01 10:16:59.421 INFO kablam! --> src/responder/catchers.rs:9:1 Sep 01 10:16:59.421 INFO kablam! | Sep 01 10:16:59.421 INFO kablam! 9 | #[error(403)] Sep 01 10:16:59.421 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:16:59.421 INFO kablam! | Sep 01 10:16:59.421 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 01 10:16:59.421 INFO kablam! Sep 01 10:16:59.422 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 01 10:16:59.422 INFO kablam! --> src/responder/catchers.rs:14:1 Sep 01 10:16:59.422 INFO kablam! | Sep 01 10:16:59.422 INFO kablam! 14 | #[error(410)] Sep 01 10:16:59.422 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:16:59.422 INFO kablam! | Sep 01 10:16:59.422 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 01 10:16:59.422 INFO kablam! Sep 01 10:16:59.422 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Sep 01 10:16:59.422 INFO kablam! --> src/responder/manager.rs:90:16 Sep 01 10:16:59.423 INFO kablam! | Sep 01 10:16:59.423 INFO kablam! 90 | .catch(errors![ Sep 01 10:16:59.423 INFO kablam! | ________________^ Sep 01 10:16:59.423 INFO kablam! 91 | | catchers::forbidden, Sep 01 10:16:59.423 INFO kablam! 92 | | catchers::gone, Sep 01 10:16:59.423 INFO kablam! 93 | | ]) Sep 01 10:16:59.423 INFO kablam! | |_________^ Sep 01 10:16:59.423 INFO kablam! | Sep 01 10:16:59.423 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Sep 01 10:16:59.423 INFO kablam! Sep 01 10:16:59.426 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Sep 01 10:16:59.426 INFO kablam! --> src/responder/manager.rs:90:16 Sep 01 10:16:59.426 INFO kablam! | Sep 01 10:16:59.426 INFO kablam! 90 | .catch(errors![ Sep 01 10:16:59.426 INFO kablam! | ________________^ Sep 01 10:16:59.427 INFO kablam! 91 | | catchers::forbidden, Sep 01 10:16:59.427 INFO kablam! 92 | | catchers::gone, Sep 01 10:16:59.427 INFO kablam! 93 | | ]) Sep 01 10:16:59.427 INFO kablam! | |_________^ Sep 01 10:16:59.427 INFO kablam! | Sep 01 10:16:59.427 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Sep 01 10:16:59.427 INFO kablam! Sep 01 10:17:00.141 INFO kablam! warning: cannot find type `Account` in this scope Sep 01 10:17:00.141 INFO kablam! --> src/storage/models.rs:12:10 Sep 01 10:17:00.141 INFO kablam! | Sep 01 10:17:00.142 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.142 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.142 INFO kablam! | Sep 01 10:17:00.142 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 01 10:17:00.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.142 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.142 INFO kablam! Sep 01 10:17:00.144 INFO kablam! warning: cannot find type `account` in this scope Sep 01 10:17:00.144 INFO kablam! --> src/storage/models.rs:12:10 Sep 01 10:17:00.144 INFO kablam! | Sep 01 10:17:00.144 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.144 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.144 INFO kablam! | Sep 01 10:17:00.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.144 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.144 INFO kablam! Sep 01 10:17:00.144 INFO kablam! warning: cannot find type `Account` in this scope Sep 01 10:17:00.144 INFO kablam! --> src/storage/models.rs:12:10 Sep 01 10:17:00.144 INFO kablam! | Sep 01 10:17:00.144 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.144 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.144 INFO kablam! | Sep 01 10:17:00.145 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.145 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.145 INFO kablam! Sep 01 10:17:00.145 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 01 10:17:00.145 INFO kablam! --> src/storage/models.rs:12:24 Sep 01 10:17:00.145 INFO kablam! | Sep 01 10:17:00.145 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.145 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.145 INFO kablam! | Sep 01 10:17:00.145 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.145 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.145 INFO kablam! Sep 01 10:17:00.145 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 01 10:17:00.145 INFO kablam! --> src/storage/models.rs:12:24 Sep 01 10:17:00.145 INFO kablam! | Sep 01 10:17:00.145 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.145 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.145 INFO kablam! | Sep 01 10:17:00.145 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.145 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.145 INFO kablam! Sep 01 10:17:00.145 INFO kablam! warning: cannot find type `Account` in this scope Sep 01 10:17:00.145 INFO kablam! --> src/storage/models.rs:12:24 Sep 01 10:17:00.145 INFO kablam! | Sep 01 10:17:00.145 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.145 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.146 INFO kablam! | Sep 01 10:17:00.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.146 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.146 INFO kablam! Sep 01 10:17:00.146 INFO kablam! warning: cannot find type `Balance` in this scope Sep 01 10:17:00.146 INFO kablam! --> src/storage/models.rs:30:10 Sep 01 10:17:00.146 INFO kablam! | Sep 01 10:17:00.146 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.146 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.146 INFO kablam! | Sep 01 10:17:00.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.146 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.146 INFO kablam! Sep 01 10:17:00.146 INFO kablam! warning: cannot find type `balance` in this scope Sep 01 10:17:00.146 INFO kablam! --> src/storage/models.rs:30:10 Sep 01 10:17:00.146 INFO kablam! | Sep 01 10:17:00.146 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.146 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.146 INFO kablam! | Sep 01 10:17:00.146 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.146 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.146 INFO kablam! Sep 01 10:17:00.146 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 01 10:17:00.146 INFO kablam! --> src/storage/models.rs:30:24 Sep 01 10:17:00.146 INFO kablam! | Sep 01 10:17:00.146 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.147 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.147 INFO kablam! | Sep 01 10:17:00.147 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.147 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.147 INFO kablam! Sep 01 10:17:00.147 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 01 10:17:00.147 INFO kablam! --> src/storage/models.rs:30:24 Sep 01 10:17:00.147 INFO kablam! | Sep 01 10:17:00.147 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.147 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.147 INFO kablam! | Sep 01 10:17:00.147 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.147 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.147 INFO kablam! Sep 01 10:17:00.147 INFO kablam! warning: cannot find type `Balance` in this scope Sep 01 10:17:00.147 INFO kablam! --> src/storage/models.rs:30:24 Sep 01 10:17:00.147 INFO kablam! | Sep 01 10:17:00.147 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.147 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.147 INFO kablam! | Sep 01 10:17:00.147 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.147 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.147 INFO kablam! Sep 01 10:17:00.147 INFO kablam! warning: cannot find type `Payout` in this scope Sep 01 10:17:00.147 INFO kablam! --> src/storage/models.rs:44:10 Sep 01 10:17:00.147 INFO kablam! | Sep 01 10:17:00.147 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.147 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.147 INFO kablam! | Sep 01 10:17:00.148 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.148 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.148 INFO kablam! Sep 01 10:17:00.148 INFO kablam! warning: cannot find type `payout` in this scope Sep 01 10:17:00.148 INFO kablam! --> src/storage/models.rs:44:10 Sep 01 10:17:00.148 INFO kablam! | Sep 01 10:17:00.148 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.148 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.148 INFO kablam! | Sep 01 10:17:00.148 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.148 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.148 INFO kablam! Sep 01 10:17:00.154 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 01 10:17:00.154 INFO kablam! --> src/storage/models.rs:44:24 Sep 01 10:17:00.155 INFO kablam! | Sep 01 10:17:00.155 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.155 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.155 INFO kablam! | Sep 01 10:17:00.155 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.155 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.155 INFO kablam! Sep 01 10:17:00.155 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 01 10:17:00.155 INFO kablam! --> src/storage/models.rs:44:24 Sep 01 10:17:00.156 INFO kablam! | Sep 01 10:17:00.156 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.156 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.156 INFO kablam! | Sep 01 10:17:00.156 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.156 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.157 INFO kablam! Sep 01 10:17:00.157 INFO kablam! warning: cannot find type `Payout` in this scope Sep 01 10:17:00.157 INFO kablam! --> src/storage/models.rs:44:24 Sep 01 10:17:00.157 INFO kablam! | Sep 01 10:17:00.157 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.158 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.158 INFO kablam! | Sep 01 10:17:00.158 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.158 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.158 INFO kablam! Sep 01 10:17:00.158 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 01 10:17:00.159 INFO kablam! --> src/storage/models.rs:59:10 Sep 01 10:17:00.159 INFO kablam! | Sep 01 10:17:00.159 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.159 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.159 INFO kablam! | Sep 01 10:17:00.159 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.159 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.159 INFO kablam! Sep 01 10:17:00.159 INFO kablam! warning: cannot find type `tracker` in this scope Sep 01 10:17:00.160 INFO kablam! --> src/storage/models.rs:59:10 Sep 01 10:17:00.160 INFO kablam! | Sep 01 10:17:00.160 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.160 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.160 INFO kablam! | Sep 01 10:17:00.160 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.161 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.161 INFO kablam! Sep 01 10:17:00.161 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 01 10:17:00.161 INFO kablam! --> src/storage/models.rs:59:24 Sep 01 10:17:00.161 INFO kablam! | Sep 01 10:17:00.161 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.161 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.161 INFO kablam! | Sep 01 10:17:00.162 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.162 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.162 INFO kablam! Sep 01 10:17:00.162 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 01 10:17:00.162 INFO kablam! --> src/storage/models.rs:59:24 Sep 01 10:17:00.162 INFO kablam! | Sep 01 10:17:00.162 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.162 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.162 INFO kablam! | Sep 01 10:17:00.163 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.163 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.163 INFO kablam! Sep 01 10:17:00.163 INFO kablam! warning: cannot find type `AccountRecoveryUpdate` in this scope Sep 01 10:17:00.163 INFO kablam! --> src/storage/models.rs:70:10 Sep 01 10:17:00.163 INFO kablam! | Sep 01 10:17:00.163 INFO kablam! 70 | #[derive(AsChangeset)] Sep 01 10:17:00.163 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.163 INFO kablam! | Sep 01 10:17:00.164 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.164 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.164 INFO kablam! Sep 01 10:17:00.164 INFO kablam! warning: cannot find type `account` in this scope Sep 01 10:17:00.164 INFO kablam! --> src/storage/models.rs:70:10 Sep 01 10:17:00.164 INFO kablam! | Sep 01 10:17:00.164 INFO kablam! 70 | #[derive(AsChangeset)] Sep 01 10:17:00.164 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.164 INFO kablam! | Sep 01 10:17:00.165 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.165 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.165 INFO kablam! Sep 01 10:17:00.165 INFO kablam! warning: cannot find type `table` in this scope Sep 01 10:17:00.165 INFO kablam! --> :165:33 Sep 01 10:17:00.165 INFO kablam! | Sep 01 10:17:00.165 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 01 10:17:00.165 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.165 INFO kablam! | Sep 01 10:17:00.166 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.166 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.166 INFO kablam! Sep 01 10:17:00.166 INFO kablam! warning: cannot find type `id` in this scope Sep 01 10:17:00.166 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.166 INFO kablam! | Sep 01 10:17:00.166 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.166 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.166 INFO kablam! | Sep 01 10:17:00.167 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.167 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.167 INFO kablam! Sep 01 10:17:00.167 INFO kablam! warning: cannot find type `email` in this scope Sep 01 10:17:00.167 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.167 INFO kablam! | Sep 01 10:17:00.167 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.167 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.167 INFO kablam! | Sep 01 10:17:00.168 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.168 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.168 INFO kablam! Sep 01 10:17:00.168 INFO kablam! warning: cannot find type `password` in this scope Sep 01 10:17:00.168 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.168 INFO kablam! | Sep 01 10:17:00.168 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.168 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.168 INFO kablam! | Sep 01 10:17:00.169 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.169 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.169 INFO kablam! Sep 01 10:17:00.169 INFO kablam! warning: cannot find type `recovery` in this scope Sep 01 10:17:00.169 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.169 INFO kablam! | Sep 01 10:17:00.169 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.169 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.169 INFO kablam! | Sep 01 10:17:00.170 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.170 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.170 INFO kablam! Sep 01 10:17:00.170 INFO kablam! warning: cannot find type `commission` in this scope Sep 01 10:17:00.170 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.170 INFO kablam! | Sep 01 10:17:00.170 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.170 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.170 INFO kablam! | Sep 01 10:17:00.171 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.171 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.171 INFO kablam! Sep 01 10:17:00.171 INFO kablam! warning: cannot find type `full_name` in this scope Sep 01 10:17:00.171 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.171 INFO kablam! | Sep 01 10:17:00.171 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.171 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.171 INFO kablam! | Sep 01 10:17:00.172 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.172 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.172 INFO kablam! Sep 01 10:17:00.172 INFO kablam! warning: cannot find type `address` in this scope Sep 01 10:17:00.172 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.172 INFO kablam! | Sep 01 10:17:00.172 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.172 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.172 INFO kablam! | Sep 01 10:17:00.173 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.173 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.173 INFO kablam! Sep 01 10:17:00.173 INFO kablam! warning: cannot find type `country` in this scope Sep 01 10:17:00.173 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.173 INFO kablam! | Sep 01 10:17:00.173 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.173 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.173 INFO kablam! | Sep 01 10:17:00.173 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.174 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.174 INFO kablam! Sep 01 10:17:00.174 INFO kablam! warning: cannot find type `payout_method` in this scope Sep 01 10:17:00.174 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.174 INFO kablam! | Sep 01 10:17:00.174 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.174 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.174 INFO kablam! | Sep 01 10:17:00.174 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.175 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.175 INFO kablam! Sep 01 10:17:00.175 INFO kablam! warning: cannot find type `payout_instructions` in this scope Sep 01 10:17:00.175 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.175 INFO kablam! | Sep 01 10:17:00.175 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.175 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.175 INFO kablam! | Sep 01 10:17:00.175 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.176 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.176 INFO kablam! Sep 01 10:17:00.176 INFO kablam! warning: cannot find type `notify_balance` in this scope Sep 01 10:17:00.176 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.176 INFO kablam! | Sep 01 10:17:00.176 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.176 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.176 INFO kablam! | Sep 01 10:17:00.176 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.177 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.177 INFO kablam! Sep 01 10:17:00.177 INFO kablam! warning: cannot find type `created_at` in this scope Sep 01 10:17:00.177 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.177 INFO kablam! | Sep 01 10:17:00.177 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.177 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.177 INFO kablam! | Sep 01 10:17:00.177 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.178 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.178 INFO kablam! Sep 01 10:17:00.178 INFO kablam! warning: cannot find type `updated_at` in this scope Sep 01 10:17:00.178 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.178 INFO kablam! | Sep 01 10:17:00.178 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.178 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.178 INFO kablam! | Sep 01 10:17:00.178 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.179 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.179 INFO kablam! Sep 01 10:17:00.179 INFO kablam! warning: cannot find type `amount` in this scope Sep 01 10:17:00.179 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.179 INFO kablam! | Sep 01 10:17:00.179 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.179 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.179 INFO kablam! | Sep 01 10:17:00.179 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.179 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.180 INFO kablam! Sep 01 10:17:00.180 INFO kablam! warning: cannot find type `currency` in this scope Sep 01 10:17:00.180 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.180 INFO kablam! | Sep 01 10:17:00.180 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.180 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.180 INFO kablam! | Sep 01 10:17:00.180 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.180 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.181 INFO kablam! Sep 01 10:17:00.181 INFO kablam! warning: cannot find type `released` in this scope Sep 01 10:17:00.181 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.181 INFO kablam! | Sep 01 10:17:00.181 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.181 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.181 INFO kablam! | Sep 01 10:17:00.181 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.181 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.182 INFO kablam! Sep 01 10:17:00.182 INFO kablam! warning: cannot find type `trace` in this scope Sep 01 10:17:00.182 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.182 INFO kablam! | Sep 01 10:17:00.182 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.182 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.182 INFO kablam! | Sep 01 10:17:00.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.182 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.182 INFO kablam! Sep 01 10:17:00.183 INFO kablam! warning: cannot find type `account_id` in this scope Sep 01 10:17:00.183 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.183 INFO kablam! | Sep 01 10:17:00.183 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.183 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.183 INFO kablam! | Sep 01 10:17:00.183 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.183 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.183 INFO kablam! Sep 01 10:17:00.184 INFO kablam! warning: cannot find type `tracker_id` in this scope Sep 01 10:17:00.184 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.184 INFO kablam! | Sep 01 10:17:00.184 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.184 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.184 INFO kablam! | Sep 01 10:17:00.184 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.184 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.184 INFO kablam! Sep 01 10:17:00.185 INFO kablam! warning: cannot find type `number` in this scope Sep 01 10:17:00.185 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.185 INFO kablam! | Sep 01 10:17:00.185 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.185 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.185 INFO kablam! | Sep 01 10:17:00.185 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.185 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.185 INFO kablam! Sep 01 10:17:00.186 INFO kablam! warning: cannot find type `status` in this scope Sep 01 10:17:00.186 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.186 INFO kablam! | Sep 01 10:17:00.186 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.186 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.186 INFO kablam! | Sep 01 10:17:00.186 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.186 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.187 INFO kablam! Sep 01 10:17:00.187 INFO kablam! warning: cannot find type `account` in this scope Sep 01 10:17:00.187 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.187 INFO kablam! | Sep 01 10:17:00.187 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.187 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.187 INFO kablam! | Sep 01 10:17:00.187 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.187 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.188 INFO kablam! Sep 01 10:17:00.188 INFO kablam! warning: cannot find type `invoice_url` in this scope Sep 01 10:17:00.188 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.188 INFO kablam! | Sep 01 10:17:00.188 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.188 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.188 INFO kablam! | Sep 01 10:17:00.188 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.188 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.189 INFO kablam! Sep 01 10:17:00.189 INFO kablam! warning: cannot find type `label` in this scope Sep 01 10:17:00.189 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.189 INFO kablam! | Sep 01 10:17:00.189 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.189 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.189 INFO kablam! | Sep 01 10:17:00.189 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.189 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.190 INFO kablam! Sep 01 10:17:00.190 INFO kablam! warning: cannot find type `statistics_signups` in this scope Sep 01 10:17:00.190 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.190 INFO kablam! | Sep 01 10:17:00.190 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.190 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.190 INFO kablam! | Sep 01 10:17:00.190 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.190 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.191 INFO kablam! Sep 01 10:17:00.249 INFO kablam! warning: cannot find type `Account` in this scope Sep 01 10:17:00.249 INFO kablam! --> src/storage/models.rs:12:10 Sep 01 10:17:00.249 INFO kablam! | Sep 01 10:17:00.249 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.250 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.250 INFO kablam! | Sep 01 10:17:00.250 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 01 10:17:00.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.250 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.250 INFO kablam! Sep 01 10:17:00.250 INFO kablam! warning: cannot find type `account` in this scope Sep 01 10:17:00.250 INFO kablam! --> src/storage/models.rs:12:10 Sep 01 10:17:00.250 INFO kablam! | Sep 01 10:17:00.251 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.251 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.251 INFO kablam! | Sep 01 10:17:00.251 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.251 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.251 INFO kablam! Sep 01 10:17:00.251 INFO kablam! warning: cannot find type `Account` in this scope Sep 01 10:17:00.251 INFO kablam! --> src/storage/models.rs:12:10 Sep 01 10:17:00.251 INFO kablam! | Sep 01 10:17:00.252 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.252 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.252 INFO kablam! | Sep 01 10:17:00.252 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.252 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.252 INFO kablam! Sep 01 10:17:00.252 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 01 10:17:00.252 INFO kablam! --> src/storage/models.rs:12:24 Sep 01 10:17:00.252 INFO kablam! | Sep 01 10:17:00.253 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.253 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.253 INFO kablam! | Sep 01 10:17:00.253 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.253 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.253 INFO kablam! Sep 01 10:17:00.253 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 01 10:17:00.253 INFO kablam! --> src/storage/models.rs:12:24 Sep 01 10:17:00.253 INFO kablam! | Sep 01 10:17:00.253 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.254 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.254 INFO kablam! | Sep 01 10:17:00.254 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.254 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.254 INFO kablam! Sep 01 10:17:00.254 INFO kablam! warning: cannot find type `Account` in this scope Sep 01 10:17:00.254 INFO kablam! --> src/storage/models.rs:12:24 Sep 01 10:17:00.254 INFO kablam! | Sep 01 10:17:00.254 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.255 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.255 INFO kablam! | Sep 01 10:17:00.255 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.255 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.255 INFO kablam! Sep 01 10:17:00.255 INFO kablam! warning: cannot find type `Balance` in this scope Sep 01 10:17:00.255 INFO kablam! --> src/storage/models.rs:30:10 Sep 01 10:17:00.255 INFO kablam! | Sep 01 10:17:00.255 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.256 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.256 INFO kablam! | Sep 01 10:17:00.256 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.256 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.256 INFO kablam! Sep 01 10:17:00.256 INFO kablam! warning: cannot find type `balance` in this scope Sep 01 10:17:00.256 INFO kablam! --> src/storage/models.rs:30:10 Sep 01 10:17:00.256 INFO kablam! | Sep 01 10:17:00.256 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.257 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.257 INFO kablam! | Sep 01 10:17:00.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.257 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.257 INFO kablam! Sep 01 10:17:00.257 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 01 10:17:00.257 INFO kablam! --> src/storage/models.rs:30:24 Sep 01 10:17:00.257 INFO kablam! | Sep 01 10:17:00.257 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.257 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.258 INFO kablam! | Sep 01 10:17:00.258 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.258 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.258 INFO kablam! Sep 01 10:17:00.258 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 01 10:17:00.258 INFO kablam! --> src/storage/models.rs:30:24 Sep 01 10:17:00.258 INFO kablam! | Sep 01 10:17:00.258 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.258 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.259 INFO kablam! | Sep 01 10:17:00.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.259 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.259 INFO kablam! Sep 01 10:17:00.259 INFO kablam! warning: cannot find type `Balance` in this scope Sep 01 10:17:00.259 INFO kablam! --> src/storage/models.rs:30:24 Sep 01 10:17:00.259 INFO kablam! | Sep 01 10:17:00.260 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.260 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.260 INFO kablam! | Sep 01 10:17:00.260 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.260 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.260 INFO kablam! Sep 01 10:17:00.260 INFO kablam! warning: cannot find type `Payout` in this scope Sep 01 10:17:00.260 INFO kablam! --> src/storage/models.rs:44:10 Sep 01 10:17:00.261 INFO kablam! | Sep 01 10:17:00.261 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.261 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.261 INFO kablam! | Sep 01 10:17:00.261 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.261 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.261 INFO kablam! Sep 01 10:17:00.261 INFO kablam! warning: cannot find type `payout` in this scope Sep 01 10:17:00.261 INFO kablam! --> src/storage/models.rs:44:10 Sep 01 10:17:00.262 INFO kablam! | Sep 01 10:17:00.262 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.262 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.262 INFO kablam! | Sep 01 10:17:00.262 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.262 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.262 INFO kablam! Sep 01 10:17:00.262 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 01 10:17:00.262 INFO kablam! --> src/storage/models.rs:44:24 Sep 01 10:17:00.263 INFO kablam! | Sep 01 10:17:00.263 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.263 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.263 INFO kablam! | Sep 01 10:17:00.263 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.263 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.263 INFO kablam! Sep 01 10:17:00.263 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 01 10:17:00.263 INFO kablam! --> src/storage/models.rs:44:24 Sep 01 10:17:00.263 INFO kablam! | Sep 01 10:17:00.264 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.264 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.264 INFO kablam! | Sep 01 10:17:00.264 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.264 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.264 INFO kablam! Sep 01 10:17:00.264 INFO kablam! warning: cannot find type `Payout` in this scope Sep 01 10:17:00.264 INFO kablam! --> src/storage/models.rs:44:24 Sep 01 10:17:00.264 INFO kablam! | Sep 01 10:17:00.265 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.265 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.265 INFO kablam! | Sep 01 10:17:00.265 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.265 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.265 INFO kablam! Sep 01 10:17:00.265 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 01 10:17:00.265 INFO kablam! --> src/storage/models.rs:59:10 Sep 01 10:17:00.265 INFO kablam! | Sep 01 10:17:00.266 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.266 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.266 INFO kablam! | Sep 01 10:17:00.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.266 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.266 INFO kablam! Sep 01 10:17:00.266 INFO kablam! warning: cannot find type `tracker` in this scope Sep 01 10:17:00.266 INFO kablam! --> src/storage/models.rs:59:10 Sep 01 10:17:00.266 INFO kablam! | Sep 01 10:17:00.267 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.267 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.267 INFO kablam! | Sep 01 10:17:00.267 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.267 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.267 INFO kablam! Sep 01 10:17:00.267 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 01 10:17:00.267 INFO kablam! --> src/storage/models.rs:59:24 Sep 01 10:17:00.267 INFO kablam! | Sep 01 10:17:00.267 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.268 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.268 INFO kablam! | Sep 01 10:17:00.268 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.268 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.268 INFO kablam! Sep 01 10:17:00.268 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 01 10:17:00.268 INFO kablam! --> src/storage/models.rs:59:24 Sep 01 10:17:00.268 INFO kablam! | Sep 01 10:17:00.268 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 01 10:17:00.269 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.269 INFO kablam! | Sep 01 10:17:00.269 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.269 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.269 INFO kablam! Sep 01 10:17:00.269 INFO kablam! warning: cannot find type `AccountRecoveryUpdate` in this scope Sep 01 10:17:00.269 INFO kablam! --> src/storage/models.rs:70:10 Sep 01 10:17:00.269 INFO kablam! | Sep 01 10:17:00.269 INFO kablam! 70 | #[derive(AsChangeset)] Sep 01 10:17:00.269 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.270 INFO kablam! | Sep 01 10:17:00.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.270 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.270 INFO kablam! Sep 01 10:17:00.270 INFO kablam! warning: cannot find type `account` in this scope Sep 01 10:17:00.270 INFO kablam! --> src/storage/models.rs:70:10 Sep 01 10:17:00.270 INFO kablam! | Sep 01 10:17:00.270 INFO kablam! 70 | #[derive(AsChangeset)] Sep 01 10:17:00.270 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.271 INFO kablam! | Sep 01 10:17:00.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.271 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.271 INFO kablam! Sep 01 10:17:00.271 INFO kablam! warning: cannot find type `table` in this scope Sep 01 10:17:00.271 INFO kablam! --> :165:33 Sep 01 10:17:00.271 INFO kablam! | Sep 01 10:17:00.271 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 01 10:17:00.271 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.271 INFO kablam! | Sep 01 10:17:00.272 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.272 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.272 INFO kablam! Sep 01 10:17:00.272 INFO kablam! warning: cannot find type `id` in this scope Sep 01 10:17:00.272 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.272 INFO kablam! | Sep 01 10:17:00.272 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.272 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.272 INFO kablam! | Sep 01 10:17:00.273 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.273 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.273 INFO kablam! Sep 01 10:17:00.273 INFO kablam! warning: cannot find type `email` in this scope Sep 01 10:17:00.273 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.273 INFO kablam! | Sep 01 10:17:00.273 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.273 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.273 INFO kablam! | Sep 01 10:17:00.274 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.274 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.274 INFO kablam! Sep 01 10:17:00.274 INFO kablam! warning: cannot find type `password` in this scope Sep 01 10:17:00.274 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.274 INFO kablam! | Sep 01 10:17:00.274 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.274 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.274 INFO kablam! | Sep 01 10:17:00.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.275 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.275 INFO kablam! Sep 01 10:17:00.275 INFO kablam! warning: cannot find type `recovery` in this scope Sep 01 10:17:00.275 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.275 INFO kablam! | Sep 01 10:17:00.275 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.275 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.275 INFO kablam! | Sep 01 10:17:00.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.276 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.276 INFO kablam! Sep 01 10:17:00.276 INFO kablam! warning: cannot find type `commission` in this scope Sep 01 10:17:00.276 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.276 INFO kablam! | Sep 01 10:17:00.276 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.276 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.276 INFO kablam! | Sep 01 10:17:00.277 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.277 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.277 INFO kablam! Sep 01 10:17:00.277 INFO kablam! warning: cannot find type `full_name` in this scope Sep 01 10:17:00.277 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.277 INFO kablam! | Sep 01 10:17:00.277 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.277 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.277 INFO kablam! | Sep 01 10:17:00.277 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.278 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.278 INFO kablam! Sep 01 10:17:00.278 INFO kablam! warning: cannot find type `address` in this scope Sep 01 10:17:00.278 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.278 INFO kablam! | Sep 01 10:17:00.278 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.278 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.278 INFO kablam! | Sep 01 10:17:00.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.279 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.279 INFO kablam! Sep 01 10:17:00.279 INFO kablam! warning: cannot find type `country` in this scope Sep 01 10:17:00.279 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.279 INFO kablam! | Sep 01 10:17:00.279 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.279 INFO kablam! | Sep 01 10:17:00.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.279 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.280 INFO kablam! Sep 01 10:17:00.280 INFO kablam! warning: cannot find type `payout_method` in this scope Sep 01 10:17:00.280 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.280 INFO kablam! | Sep 01 10:17:00.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.280 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.280 INFO kablam! | Sep 01 10:17:00.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.280 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.280 INFO kablam! Sep 01 10:17:00.281 INFO kablam! warning: cannot find type `payout_instructions` in this scope Sep 01 10:17:00.281 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.281 INFO kablam! | Sep 01 10:17:00.281 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.281 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.281 INFO kablam! | Sep 01 10:17:00.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.281 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.281 INFO kablam! Sep 01 10:17:00.282 INFO kablam! warning: cannot find type `notify_balance` in this scope Sep 01 10:17:00.282 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.282 INFO kablam! | Sep 01 10:17:00.282 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.282 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.282 INFO kablam! | Sep 01 10:17:00.282 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.282 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.282 INFO kablam! Sep 01 10:17:00.282 INFO kablam! warning: cannot find type `created_at` in this scope Sep 01 10:17:00.283 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.283 INFO kablam! | Sep 01 10:17:00.283 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.283 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.283 INFO kablam! | Sep 01 10:17:00.283 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.283 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.283 INFO kablam! Sep 01 10:17:00.283 INFO kablam! warning: cannot find type `updated_at` in this scope Sep 01 10:17:00.283 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.284 INFO kablam! | Sep 01 10:17:00.284 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.284 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.284 INFO kablam! | Sep 01 10:17:00.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.284 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.284 INFO kablam! Sep 01 10:17:00.284 INFO kablam! warning: cannot find type `amount` in this scope Sep 01 10:17:00.284 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.284 INFO kablam! | Sep 01 10:17:00.285 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.285 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.285 INFO kablam! | Sep 01 10:17:00.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.285 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.285 INFO kablam! Sep 01 10:17:00.285 INFO kablam! warning: cannot find type `currency` in this scope Sep 01 10:17:00.285 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.285 INFO kablam! | Sep 01 10:17:00.285 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.286 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.286 INFO kablam! | Sep 01 10:17:00.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.286 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.286 INFO kablam! Sep 01 10:17:00.286 INFO kablam! warning: cannot find type `released` in this scope Sep 01 10:17:00.286 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.286 INFO kablam! | Sep 01 10:17:00.286 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.286 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.287 INFO kablam! | Sep 01 10:17:00.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.287 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.287 INFO kablam! Sep 01 10:17:00.287 INFO kablam! warning: cannot find type `trace` in this scope Sep 01 10:17:00.287 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.287 INFO kablam! | Sep 01 10:17:00.287 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.287 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.288 INFO kablam! | Sep 01 10:17:00.288 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.288 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.288 INFO kablam! Sep 01 10:17:00.288 INFO kablam! warning: cannot find type `account_id` in this scope Sep 01 10:17:00.288 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.288 INFO kablam! | Sep 01 10:17:00.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.288 INFO kablam! | Sep 01 10:17:00.289 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.289 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.289 INFO kablam! Sep 01 10:17:00.289 INFO kablam! warning: cannot find type `tracker_id` in this scope Sep 01 10:17:00.289 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.289 INFO kablam! | Sep 01 10:17:00.289 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.289 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.289 INFO kablam! | Sep 01 10:17:00.290 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.290 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.290 INFO kablam! Sep 01 10:17:00.290 INFO kablam! warning: cannot find type `number` in this scope Sep 01 10:17:00.290 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.290 INFO kablam! | Sep 01 10:17:00.290 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.290 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.291 INFO kablam! | Sep 01 10:17:00.291 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.291 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.291 INFO kablam! Sep 01 10:17:00.291 INFO kablam! warning: cannot find type `status` in this scope Sep 01 10:17:00.291 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.291 INFO kablam! | Sep 01 10:17:00.291 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.291 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.292 INFO kablam! | Sep 01 10:17:00.292 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.292 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.292 INFO kablam! Sep 01 10:17:00.292 INFO kablam! warning: cannot find type `account` in this scope Sep 01 10:17:00.292 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.292 INFO kablam! | Sep 01 10:17:00.292 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.292 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.292 INFO kablam! | Sep 01 10:17:00.293 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.293 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.293 INFO kablam! Sep 01 10:17:00.293 INFO kablam! warning: cannot find type `invoice_url` in this scope Sep 01 10:17:00.293 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.293 INFO kablam! | Sep 01 10:17:00.293 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.293 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.293 INFO kablam! | Sep 01 10:17:00.294 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.294 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.294 INFO kablam! Sep 01 10:17:00.294 INFO kablam! warning: cannot find type `label` in this scope Sep 01 10:17:00.294 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.294 INFO kablam! | Sep 01 10:17:00.294 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.294 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.294 INFO kablam! | Sep 01 10:17:00.294 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.295 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.295 INFO kablam! Sep 01 10:17:00.295 INFO kablam! warning: cannot find type `statistics_signups` in this scope Sep 01 10:17:00.295 INFO kablam! --> <__diesel_column macros>:5:33 Sep 01 10:17:00.295 INFO kablam! | Sep 01 10:17:00.295 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 01 10:17:00.295 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 10:17:00.295 INFO kablam! | Sep 01 10:17:00.295 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 10:17:00.296 INFO kablam! = note: for more information, see issue #50504 Sep 01 10:17:00.296 INFO kablam! Sep 01 10:17:02.795 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:02.795 INFO kablam! --> src/responder/routes.rs:313:14 Sep 01 10:17:02.795 INFO kablam! | Sep 01 10:17:02.795 INFO kablam! 313 | .first::(&*db); Sep 01 10:17:02.795 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.795 INFO kablam! | Sep 01 10:17:02.796 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:02.796 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:02.796 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:02.796 INFO kablam! Sep 01 10:17:02.822 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 01 10:17:02.822 INFO kablam! --> src/responder/routes.rs:395:37 Sep 01 10:17:02.822 INFO kablam! | Sep 01 10:17:02.822 INFO kablam! 395 | &account_commission.eq(BigDecimal::from( Sep 01 10:17:02.822 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.822 INFO kablam! | Sep 01 10:17:02.822 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 01 10:17:02.822 INFO kablam! Sep 01 10:17:02.835 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 01 10:17:02.835 INFO kablam! --> src/responder/routes.rs:401:14 Sep 01 10:17:02.835 INFO kablam! | Sep 01 10:17:02.835 INFO kablam! 401 | .execute(&*db); Sep 01 10:17:02.835 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.835 INFO kablam! | Sep 01 10:17:02.835 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 01 10:17:02.835 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:02.835 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:02.835 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>` Sep 01 10:17:02.835 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 01 10:17:02.835 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 01 10:17:02.835 INFO kablam! Sep 01 10:17:02.837 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 01 10:17:02.837 INFO kablam! --> src/responder/routes.rs:401:14 Sep 01 10:17:02.837 INFO kablam! | Sep 01 10:17:02.837 INFO kablam! 401 | .execute(&*db); Sep 01 10:17:02.837 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.837 INFO kablam! | Sep 01 10:17:02.837 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 01 10:17:02.837 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:02.837 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:02.837 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:02.837 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>` Sep 01 10:17:02.837 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 01 10:17:02.837 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 01 10:17:02.837 INFO kablam! Sep 01 10:17:02.841 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:02.841 INFO kablam! --> src/responder/routes.rs:406:18 Sep 01 10:17:02.841 INFO kablam! | Sep 01 10:17:02.841 INFO kablam! 406 | .first::(&*db); Sep 01 10:17:02.841 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.841 INFO kablam! | Sep 01 10:17:02.842 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:02.842 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:02.842 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:02.842 INFO kablam! Sep 01 10:17:02.866 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:02.867 INFO kablam! --> src/responder/routes.rs:455:14 Sep 01 10:17:02.867 INFO kablam! | Sep 01 10:17:02.867 INFO kablam! 455 | .first::(&*db); Sep 01 10:17:02.867 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.867 INFO kablam! | Sep 01 10:17:02.867 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:02.867 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:02.867 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:02.867 INFO kablam! Sep 01 10:17:02.879 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:02.879 INFO kablam! --> src/responder/routes.rs:313:14 Sep 01 10:17:02.879 INFO kablam! | Sep 01 10:17:02.879 INFO kablam! 313 | .first::(&*db); Sep 01 10:17:02.879 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.879 INFO kablam! | Sep 01 10:17:02.879 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:02.879 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:02.880 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:02.880 INFO kablam! Sep 01 10:17:02.891 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:02.891 INFO kablam! --> src/responder/routes.rs:529:64 Sep 01 10:17:02.892 INFO kablam! | Sep 01 10:17:02.892 INFO kablam! 529 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 01 10:17:02.892 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.892 INFO kablam! | Sep 01 10:17:02.892 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:02.892 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:02.892 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:02.892 INFO kablam! Sep 01 10:17:02.904 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 01 10:17:02.904 INFO kablam! --> src/responder/routes.rs:395:37 Sep 01 10:17:02.904 INFO kablam! | Sep 01 10:17:02.904 INFO kablam! 395 | &account_commission.eq(BigDecimal::from( Sep 01 10:17:02.904 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.904 INFO kablam! | Sep 01 10:17:02.904 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 01 10:17:02.904 INFO kablam! Sep 01 10:17:02.911 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 01 10:17:02.911 INFO kablam! --> src/responder/routes.rs:401:14 Sep 01 10:17:02.911 INFO kablam! | Sep 01 10:17:02.911 INFO kablam! 401 | .execute(&*db); Sep 01 10:17:02.911 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.911 INFO kablam! | Sep 01 10:17:02.911 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 01 10:17:02.912 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:02.912 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:02.912 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>` Sep 01 10:17:02.912 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 01 10:17:02.912 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 01 10:17:02.912 INFO kablam! Sep 01 10:17:02.912 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 01 10:17:02.912 INFO kablam! --> src/responder/routes.rs:401:14 Sep 01 10:17:02.912 INFO kablam! | Sep 01 10:17:02.912 INFO kablam! 401 | .execute(&*db); Sep 01 10:17:02.912 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.912 INFO kablam! | Sep 01 10:17:02.912 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 01 10:17:02.912 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:02.912 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:02.913 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:02.913 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>` Sep 01 10:17:02.913 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 01 10:17:02.913 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 01 10:17:02.913 INFO kablam! Sep 01 10:17:02.917 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:02.917 INFO kablam! --> src/responder/routes.rs:406:18 Sep 01 10:17:02.917 INFO kablam! | Sep 01 10:17:02.917 INFO kablam! 406 | .first::(&*db); Sep 01 10:17:02.917 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.917 INFO kablam! | Sep 01 10:17:02.917 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:02.917 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:02.917 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:02.917 INFO kablam! Sep 01 10:17:02.917 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:02.917 INFO kablam! --> src/responder/routes.rs:573:18 Sep 01 10:17:02.917 INFO kablam! | Sep 01 10:17:02.918 INFO kablam! 573 | .first(&*db) Sep 01 10:17:02.918 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.918 INFO kablam! | Sep 01 10:17:02.918 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 01 10:17:02.918 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery>` for `diesel::query_builder::SelectStatement>, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>, diesel::expression::operators::Eq, &std::string::String>>>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:02.918 INFO kablam! Sep 01 10:17:02.932 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:02.932 INFO kablam! --> src/responder/routes.rs:455:14 Sep 01 10:17:02.932 INFO kablam! | Sep 01 10:17:02.932 INFO kablam! 455 | .first::(&*db); Sep 01 10:17:02.932 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.932 INFO kablam! | Sep 01 10:17:02.932 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:02.932 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:02.932 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:02.932 INFO kablam! Sep 01 10:17:02.965 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:02.965 INFO kablam! --> src/responder/routes.rs:529:64 Sep 01 10:17:02.965 INFO kablam! | Sep 01 10:17:02.965 INFO kablam! 529 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 01 10:17:02.965 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.965 INFO kablam! | Sep 01 10:17:02.965 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:02.965 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:02.965 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:02.965 INFO kablam! Sep 01 10:17:02.988 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:02.988 INFO kablam! --> src/responder/routes.rs:747:64 Sep 01 10:17:02.988 INFO kablam! | Sep 01 10:17:02.988 INFO kablam! 747 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 01 10:17:02.988 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:02.988 INFO kablam! | Sep 01 10:17:02.988 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:02.988 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:02.989 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:02.989 INFO kablam! Sep 01 10:17:03.000 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 01 10:17:03.000 INFO kablam! --> src/responder/routes.rs:793:56 Sep 01 10:17:03.000 INFO kablam! | Sep 01 10:17:03.000 INFO kablam! 793 | &payout_amount.eq(BigDecimal::from(balance_due)), Sep 01 10:17:03.000 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.000 INFO kablam! | Sep 01 10:17:03.000 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 01 10:17:03.000 INFO kablam! Sep 01 10:17:03.007 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 01 10:17:03.007 INFO kablam! --> src/responder/routes.rs:800:38 Sep 01 10:17:03.007 INFO kablam! | Sep 01 10:17:03.007 INFO kablam! 800 | .execute(&*db); Sep 01 10:17:03.007 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.007 INFO kablam! | Sep 01 10:17:03.007 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 01 10:17:03.007 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.007 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:03.007 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>` Sep 01 10:17:03.007 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 01 10:17:03.007 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 01 10:17:03.007 INFO kablam! Sep 01 10:17:03.008 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 01 10:17:03.008 INFO kablam! --> src/responder/routes.rs:800:38 Sep 01 10:17:03.008 INFO kablam! | Sep 01 10:17:03.008 INFO kablam! 800 | .execute(&*db); Sep 01 10:17:03.008 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.008 INFO kablam! | Sep 01 10:17:03.008 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 01 10:17:03.008 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.008 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.008 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:03.008 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>` Sep 01 10:17:03.008 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 01 10:17:03.008 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 01 10:17:03.008 INFO kablam! Sep 01 10:17:03.011 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:03.011 INFO kablam! --> src/responder/routes.rs:573:18 Sep 01 10:17:03.011 INFO kablam! | Sep 01 10:17:03.011 INFO kablam! 573 | .first(&*db) Sep 01 10:17:03.011 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.011 INFO kablam! | Sep 01 10:17:03.011 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 01 10:17:03.011 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery>` for `diesel::query_builder::SelectStatement>, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>, diesel::expression::operators::Eq, &std::string::String>>>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:03.011 INFO kablam! Sep 01 10:17:03.027 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:03.027 INFO kablam! --> src/responder/routes.rs:845:64 Sep 01 10:17:03.027 INFO kablam! | Sep 01 10:17:03.027 INFO kablam! 845 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 01 10:17:03.027 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.027 INFO kablam! | Sep 01 10:17:03.028 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:03.028 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:03.028 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:03.028 INFO kablam! Sep 01 10:17:03.081 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:03.081 INFO kablam! --> src/responder/routes.rs:747:64 Sep 01 10:17:03.081 INFO kablam! | Sep 01 10:17:03.081 INFO kablam! 747 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 01 10:17:03.081 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.081 INFO kablam! | Sep 01 10:17:03.081 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:03.081 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:03.081 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:03.081 INFO kablam! Sep 01 10:17:03.094 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 01 10:17:03.094 INFO kablam! --> src/responder/routes.rs:793:56 Sep 01 10:17:03.094 INFO kablam! | Sep 01 10:17:03.094 INFO kablam! 793 | &payout_amount.eq(BigDecimal::from(balance_due)), Sep 01 10:17:03.094 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.095 INFO kablam! | Sep 01 10:17:03.095 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 01 10:17:03.095 INFO kablam! Sep 01 10:17:03.101 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 01 10:17:03.101 INFO kablam! --> src/responder/routes.rs:800:38 Sep 01 10:17:03.101 INFO kablam! | Sep 01 10:17:03.101 INFO kablam! 800 | .execute(&*db); Sep 01 10:17:03.101 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.101 INFO kablam! | Sep 01 10:17:03.101 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 01 10:17:03.101 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.101 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:03.101 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>` Sep 01 10:17:03.102 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 01 10:17:03.102 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 01 10:17:03.102 INFO kablam! Sep 01 10:17:03.102 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 01 10:17:03.102 INFO kablam! --> src/responder/routes.rs:800:38 Sep 01 10:17:03.102 INFO kablam! | Sep 01 10:17:03.102 INFO kablam! 800 | .execute(&*db); Sep 01 10:17:03.102 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.102 INFO kablam! | Sep 01 10:17:03.102 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 01 10:17:03.102 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.102 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.102 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:03.102 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>` Sep 01 10:17:03.102 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 01 10:17:03.102 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 01 10:17:03.103 INFO kablam! Sep 01 10:17:03.105 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:03.105 INFO kablam! --> src/responder/utilities.rs:38:14 Sep 01 10:17:03.105 INFO kablam! | Sep 01 10:17:03.105 INFO kablam! 38 | .first(&**db) Sep 01 10:17:03.105 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.105 INFO kablam! | Sep 01 10:17:03.105 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 01 10:17:03.105 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery>` for `diesel::query_builder::SelectStatement>, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:03.105 INFO kablam! Sep 01 10:17:03.114 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:03.114 INFO kablam! --> src/responder/utilities.rs:77:10 Sep 01 10:17:03.114 INFO kablam! | Sep 01 10:17:03.114 INFO kablam! 77 | .load::(&**db) Sep 01 10:17:03.114 INFO kablam! | ^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.114 INFO kablam! | Sep 01 10:17:03.114 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Numeric, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, i32, bigdecimal::BigDecimal, std::string::String, std::string::String, std::option::Option, std::option::Option, i32, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:03.114 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Numeric, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Payout` Sep 01 10:17:03.114 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Payout>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::OrderClause>, diesel::query_builder::limit_clause::LimitClause>, diesel::query_builder::offset_clause::OffsetClause>>` Sep 01 10:17:03.114 INFO kablam! Sep 01 10:17:03.122 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:03.122 INFO kablam! --> src/responder/routes.rs:845:64 Sep 01 10:17:03.122 INFO kablam! | Sep 01 10:17:03.122 INFO kablam! 845 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 01 10:17:03.122 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.122 INFO kablam! | Sep 01 10:17:03.122 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:03.122 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:03.122 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:03.122 INFO kablam! Sep 01 10:17:03.222 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:03.222 INFO kablam! --> src/responder/utilities.rs:38:14 Sep 01 10:17:03.222 INFO kablam! | Sep 01 10:17:03.222 INFO kablam! 38 | .first(&**db) Sep 01 10:17:03.223 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.223 INFO kablam! | Sep 01 10:17:03.223 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 01 10:17:03.223 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery>` for `diesel::query_builder::SelectStatement>, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:03.223 INFO kablam! Sep 01 10:17:03.238 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:03.238 INFO kablam! --> src/responder/utilities.rs:77:10 Sep 01 10:17:03.238 INFO kablam! | Sep 01 10:17:03.238 INFO kablam! 77 | .load::(&**db) Sep 01 10:17:03.238 INFO kablam! | ^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.238 INFO kablam! | Sep 01 10:17:03.238 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Numeric, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, i32, bigdecimal::BigDecimal, std::string::String, std::string::String, std::option::Option, std::option::Option, i32, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:03.238 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Numeric, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Payout` Sep 01 10:17:03.238 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Payout>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::OrderClause>, diesel::query_builder::limit_clause::LimitClause>, diesel::query_builder::offset_clause::OffsetClause>>` Sep 01 10:17:03.238 INFO kablam! Sep 01 10:17:03.295 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:03.295 INFO kablam! --> src/track/payment.rs:80:14 Sep 01 10:17:03.295 INFO kablam! | Sep 01 10:17:03.295 INFO kablam! 80 | .first::<(Tracker, Account)>(&**db); Sep 01 10:17:03.295 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.295 INFO kablam! | Sep 01 10:17:03.295 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:03.296 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:03.296 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<((diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), (diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp)), diesel::mysql::Mysql>` for `(storage::models::Tracker, storage::models::Account)` Sep 01 10:17:03.296 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, (storage::models::Tracker, storage::models::Account)>` for `diesel::query_builder::SelectStatement, diesel::expression::operators::Eq, diesel::expression::nullable::Nullable>>, diesel::query_builder::select_clause::DefaultSelectClause, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:03.296 INFO kablam! Sep 01 10:17:03.298 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 01 10:17:03.298 INFO kablam! --> src/track/payment.rs:91:41 Sep 01 10:17:03.298 INFO kablam! | Sep 01 10:17:03.298 INFO kablam! 91 | &balance_amount.eq(BigDecimal::from(commission_amount)), Sep 01 10:17:03.298 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.298 INFO kablam! | Sep 01 10:17:03.298 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 01 10:17:03.298 INFO kablam! Sep 01 10:17:03.312 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 01 10:17:03.312 INFO kablam! --> src/track/payment.rs:99:22 Sep 01 10:17:03.312 INFO kablam! | Sep 01 10:17:03.312 INFO kablam! 99 | .execute(&**db); Sep 01 10:17:03.312 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.312 INFO kablam! | Sep 01 10:17:03.312 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 01 10:17:03.312 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.312 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:03.312 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>` Sep 01 10:17:03.312 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 01 10:17:03.312 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 01 10:17:03.312 INFO kablam! Sep 01 10:17:03.314 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 01 10:17:03.315 INFO kablam! --> src/track/payment.rs:99:22 Sep 01 10:17:03.315 INFO kablam! | Sep 01 10:17:03.315 INFO kablam! 99 | .execute(&**db); Sep 01 10:17:03.315 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.315 INFO kablam! | Sep 01 10:17:03.315 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 01 10:17:03.315 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.315 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.315 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:03.315 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>` Sep 01 10:17:03.315 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 01 10:17:03.315 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 01 10:17:03.315 INFO kablam! Sep 01 10:17:03.527 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 01 10:17:03.527 INFO kablam! --> src/track/payment.rs:80:14 Sep 01 10:17:03.528 INFO kablam! | Sep 01 10:17:03.528 INFO kablam! 80 | .first::<(Tracker, Account)>(&**db); Sep 01 10:17:03.528 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.528 INFO kablam! | Sep 01 10:17:03.528 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 01 10:17:03.528 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 01 10:17:03.528 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<((diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), (diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp)), diesel::mysql::Mysql>` for `(storage::models::Tracker, storage::models::Account)` Sep 01 10:17:03.528 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, (storage::models::Tracker, storage::models::Account)>` for `diesel::query_builder::SelectStatement, diesel::expression::operators::Eq, diesel::expression::nullable::Nullable>>, diesel::query_builder::select_clause::DefaultSelectClause, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 01 10:17:03.528 INFO kablam! Sep 01 10:17:03.531 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 01 10:17:03.531 INFO kablam! --> src/track/payment.rs:91:41 Sep 01 10:17:03.531 INFO kablam! | Sep 01 10:17:03.531 INFO kablam! 91 | &balance_amount.eq(BigDecimal::from(commission_amount)), Sep 01 10:17:03.531 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.531 INFO kablam! | Sep 01 10:17:03.531 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 01 10:17:03.531 INFO kablam! Sep 01 10:17:03.546 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 01 10:17:03.546 INFO kablam! --> src/track/payment.rs:99:22 Sep 01 10:17:03.546 INFO kablam! | Sep 01 10:17:03.546 INFO kablam! 99 | .execute(&**db); Sep 01 10:17:03.546 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.546 INFO kablam! | Sep 01 10:17:03.546 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 01 10:17:03.546 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.547 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:03.547 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>` Sep 01 10:17:03.547 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 01 10:17:03.547 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 01 10:17:03.547 INFO kablam! Sep 01 10:17:03.549 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 01 10:17:03.549 INFO kablam! --> src/track/payment.rs:99:22 Sep 01 10:17:03.549 INFO kablam! | Sep 01 10:17:03.549 INFO kablam! 99 | .execute(&**db); Sep 01 10:17:03.549 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 01 10:17:03.549 INFO kablam! | Sep 01 10:17:03.549 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 01 10:17:03.549 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.549 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 01 10:17:03.549 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 01 10:17:03.549 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>` Sep 01 10:17:03.549 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 01 10:17:03.549 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 01 10:17:03.549 INFO kablam! Sep 01 10:17:03.672 INFO kablam! error: aborting due to 19 previous errors Sep 01 10:17:03.672 INFO kablam! Sep 01 10:17:03.672 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 10:17:03.687 INFO kablam! error: Could not compile `raider-server`. Sep 01 10:17:03.687 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 10:17:03.926 INFO kablam! error: aborting due to 19 previous errors Sep 01 10:17:03.927 INFO kablam! Sep 01 10:17:03.927 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 10:17:03.954 INFO kablam! error: Could not compile `raider-server`. Sep 01 10:17:03.954 INFO kablam! Sep 01 10:17:03.954 INFO kablam! To learn more, run the command again with --verbose. Sep 01 10:17:03.957 INFO kablam! su: No module specific data is present Sep 01 10:17:04.371 INFO running `"docker" "rm" "-f" "dc8968595247f5e2dd36b9a31590203a0416766e29ed3e4e520f90d5912bdd66"` Sep 01 10:17:04.496 INFO blam! dc8968595247f5e2dd36b9a31590203a0416766e29ed3e4e520f90d5912bdd66