Aug 30 06:40:28.107 INFO checking raider-server-1.0.2 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 06:40:28.107 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 06:40:28.107 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-0/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 06:40:28.281 INFO blam! c34dcb23b477142c29acfd3b4b9bd9e3488b6e2a4e0afd0fbe3a9a03d3dfaa0e Aug 30 06:40:28.283 INFO running `"docker" "start" "-a" "c34dcb23b477142c29acfd3b4b9bd9e3488b6e2a4e0afd0fbe3a9a03d3dfaa0e"` Aug 30 06:40:29.369 INFO kablam! Checking separator v0.3.1 Aug 30 06:40:29.370 INFO kablam! Checking iso_country v0.1.2 Aug 30 06:40:29.378 INFO kablam! Compiling mysqlclient-sys v0.2.3 Aug 30 06:40:29.383 INFO kablam! Checking r2d2 v0.8.2 Aug 30 06:40:29.386 INFO kablam! Checking num-bigint v0.2.0 Aug 30 06:40:29.386 INFO kablam! Compiling diesel_derives v1.3.0 Aug 30 06:40:29.388 INFO kablam! Checking num v0.1.42 Aug 30 06:40:29.388 INFO kablam! Checking email v0.0.20 Aug 30 06:40:31.055 INFO kablam! Checking tera v0.10.10 Aug 30 06:40:31.069 INFO kablam! Checking bigdecimal v0.0.11 Aug 30 06:40:32.283 INFO kablam! Checking validate v0.6.1 Aug 30 06:40:34.966 INFO kablam! Checking lettre_email v0.7.0 Aug 30 06:40:38.406 INFO kablam! Checking bigdecimal v0.0.14 Aug 30 06:40:45.511 INFO kablam! Checking rocket_contrib v0.3.16 Aug 30 06:40:48.071 INFO kablam! Checking diesel v1.3.2 Aug 30 06:41:28.962 INFO kablam! Checking r2d2-diesel v1.0.0 Aug 30 06:41:30.225 INFO kablam! Checking raider-server v1.0.2 (file:///source) Aug 30 06:41:37.648 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Aug 30 06:41:37.648 INFO kablam! --> src/responder/catchers.rs:9:1 Aug 30 06:41:37.648 INFO kablam! | Aug 30 06:41:37.648 INFO kablam! 9 | #[error(403)] Aug 30 06:41:37.648 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 06:41:37.648 INFO kablam! | Aug 30 06:41:37.648 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Aug 30 06:41:37.648 INFO kablam! Aug 30 06:41:37.649 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Aug 30 06:41:37.649 INFO kablam! --> src/responder/catchers.rs:14:1 Aug 30 06:41:37.649 INFO kablam! | Aug 30 06:41:37.649 INFO kablam! 14 | #[error(410)] Aug 30 06:41:37.649 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 06:41:37.649 INFO kablam! | Aug 30 06:41:37.649 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Aug 30 06:41:37.649 INFO kablam! Aug 30 06:41:37.654 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Aug 30 06:41:37.654 INFO kablam! --> src/responder/manager.rs:90:16 Aug 30 06:41:37.654 INFO kablam! | Aug 30 06:41:37.654 INFO kablam! 90 | .catch(errors![ Aug 30 06:41:37.654 INFO kablam! | ________________^ Aug 30 06:41:37.655 INFO kablam! 91 | | catchers::forbidden, Aug 30 06:41:37.655 INFO kablam! 92 | | catchers::gone, Aug 30 06:41:37.655 INFO kablam! 93 | | ]) Aug 30 06:41:37.655 INFO kablam! | |_________^ Aug 30 06:41:37.655 INFO kablam! | Aug 30 06:41:37.655 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Aug 30 06:41:37.655 INFO kablam! Aug 30 06:41:38.130 INFO kablam! warning: cannot find type `Account` in this scope Aug 30 06:41:38.131 INFO kablam! --> src/storage/models.rs:12:10 Aug 30 06:41:38.131 INFO kablam! | Aug 30 06:41:38.131 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.131 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.131 INFO kablam! | Aug 30 06:41:38.131 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 30 06:41:38.131 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! Aug 30 06:41:38.131 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.131 INFO kablam! Aug 30 06:41:38.131 INFO kablam! warning: cannot find type `account` in this scope Aug 30 06:41:38.131 INFO kablam! --> src/storage/models.rs:12:10 Aug 30 06:41:38.131 INFO kablam! | Aug 30 06:41:38.131 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.131 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.131 INFO kablam! | Aug 30 06:41:38.131 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! Aug 30 06:41:38.131 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.131 INFO kablam! Aug 30 06:41:38.131 INFO kablam! warning: cannot find type `Account` in this scope Aug 30 06:41:38.131 INFO kablam! --> src/storage/models.rs:12:10 Aug 30 06:41:38.131 INFO kablam! | Aug 30 06:41:38.132 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.132 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.132 INFO kablam! | Aug 30 06:41:38.132 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! Aug 30 06:41:38.132 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.132 INFO kablam! Aug 30 06:41:38.132 INFO kablam! warning: cannot find type `BigDecimal` in this scope Aug 30 06:41:38.132 INFO kablam! --> src/storage/models.rs:12:24 Aug 30 06:41:38.132 INFO kablam! | Aug 30 06:41:38.132 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.132 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.132 INFO kablam! | Aug 30 06:41:38.132 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! Aug 30 06:41:38.132 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.132 INFO kablam! Aug 30 06:41:38.132 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Aug 30 06:41:38.132 INFO kablam! --> src/storage/models.rs:12:24 Aug 30 06:41:38.132 INFO kablam! | Aug 30 06:41:38.132 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.132 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.132 INFO kablam! | Aug 30 06:41:38.132 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! Aug 30 06:41:38.132 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.133 INFO kablam! Aug 30 06:41:38.133 INFO kablam! warning: cannot find type `Account` in this scope Aug 30 06:41:38.133 INFO kablam! --> src/storage/models.rs:12:24 Aug 30 06:41:38.133 INFO kablam! | Aug 30 06:41:38.133 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.133 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.133 INFO kablam! | Aug 30 06:41:38.133 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! Aug 30 06:41:38.133 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.133 INFO kablam! Aug 30 06:41:38.133 INFO kablam! warning: cannot find type `Balance` in this scope Aug 30 06:41:38.133 INFO kablam! --> src/storage/models.rs:30:10 Aug 30 06:41:38.133 INFO kablam! | Aug 30 06:41:38.133 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.133 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.133 INFO kablam! | Aug 30 06:41:38.133 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! Aug 30 06:41:38.133 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.133 INFO kablam! Aug 30 06:41:38.133 INFO kablam! warning: cannot find type `balance` in this scope Aug 30 06:41:38.133 INFO kablam! --> src/storage/models.rs:30:10 Aug 30 06:41:38.133 INFO kablam! | Aug 30 06:41:38.134 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.134 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.134 INFO kablam! | Aug 30 06:41:38.134 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! Aug 30 06:41:38.134 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.134 INFO kablam! Aug 30 06:41:38.134 INFO kablam! warning: cannot find type `BigDecimal` in this scope Aug 30 06:41:38.134 INFO kablam! --> src/storage/models.rs:30:24 Aug 30 06:41:38.134 INFO kablam! | Aug 30 06:41:38.134 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.134 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.134 INFO kablam! | Aug 30 06:41:38.134 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! Aug 30 06:41:38.134 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.134 INFO kablam! Aug 30 06:41:38.134 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Aug 30 06:41:38.134 INFO kablam! --> src/storage/models.rs:30:24 Aug 30 06:41:38.134 INFO kablam! | Aug 30 06:41:38.134 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.134 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.134 INFO kablam! | Aug 30 06:41:38.135 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! Aug 30 06:41:38.135 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.135 INFO kablam! Aug 30 06:41:38.135 INFO kablam! warning: cannot find type `Balance` in this scope Aug 30 06:41:38.135 INFO kablam! --> src/storage/models.rs:30:24 Aug 30 06:41:38.135 INFO kablam! | Aug 30 06:41:38.135 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.135 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.135 INFO kablam! | Aug 30 06:41:38.135 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! Aug 30 06:41:38.135 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.135 INFO kablam! Aug 30 06:41:38.135 INFO kablam! warning: cannot find type `Payout` in this scope Aug 30 06:41:38.135 INFO kablam! --> src/storage/models.rs:44:10 Aug 30 06:41:38.135 INFO kablam! | Aug 30 06:41:38.135 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.135 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.135 INFO kablam! | Aug 30 06:41:38.135 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! Aug 30 06:41:38.135 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.135 INFO kablam! Aug 30 06:41:38.135 INFO kablam! warning: cannot find type `payout` in this scope Aug 30 06:41:38.136 INFO kablam! --> src/storage/models.rs:44:10 Aug 30 06:41:38.136 INFO kablam! | Aug 30 06:41:38.136 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.136 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.136 INFO kablam! | Aug 30 06:41:38.136 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! Aug 30 06:41:38.136 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.136 INFO kablam! Aug 30 06:41:38.136 INFO kablam! warning: cannot find type `BigDecimal` in this scope Aug 30 06:41:38.136 INFO kablam! --> src/storage/models.rs:44:24 Aug 30 06:41:38.136 INFO kablam! | Aug 30 06:41:38.136 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.136 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.136 INFO kablam! | Aug 30 06:41:38.136 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! Aug 30 06:41:38.136 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.136 INFO kablam! Aug 30 06:41:38.136 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Aug 30 06:41:38.136 INFO kablam! --> src/storage/models.rs:44:24 Aug 30 06:41:38.136 INFO kablam! | Aug 30 06:41:38.136 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.136 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.136 INFO kablam! | Aug 30 06:41:38.137 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! Aug 30 06:41:38.137 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.137 INFO kablam! Aug 30 06:41:38.137 INFO kablam! warning: cannot find type `Payout` in this scope Aug 30 06:41:38.137 INFO kablam! --> src/storage/models.rs:44:24 Aug 30 06:41:38.137 INFO kablam! | Aug 30 06:41:38.137 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.137 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.137 INFO kablam! | Aug 30 06:41:38.137 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! Aug 30 06:41:38.137 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.137 INFO kablam! Aug 30 06:41:38.137 INFO kablam! warning: cannot find type `Tracker` in this scope Aug 30 06:41:38.137 INFO kablam! --> src/storage/models.rs:59:10 Aug 30 06:41:38.137 INFO kablam! | Aug 30 06:41:38.137 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.137 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.137 INFO kablam! | Aug 30 06:41:38.137 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! Aug 30 06:41:38.138 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.138 INFO kablam! Aug 30 06:41:38.138 INFO kablam! warning: cannot find type `tracker` in this scope Aug 30 06:41:38.138 INFO kablam! --> src/storage/models.rs:59:10 Aug 30 06:41:38.138 INFO kablam! | Aug 30 06:41:38.138 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.138 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.138 INFO kablam! | Aug 30 06:41:38.138 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! Aug 30 06:41:38.138 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.138 INFO kablam! Aug 30 06:41:38.138 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Aug 30 06:41:38.138 INFO kablam! --> src/storage/models.rs:59:24 Aug 30 06:41:38.138 INFO kablam! | Aug 30 06:41:38.138 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.138 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.139 INFO kablam! | Aug 30 06:41:38.139 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! Aug 30 06:41:38.139 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.139 INFO kablam! Aug 30 06:41:38.139 INFO kablam! warning: cannot find type `Tracker` in this scope Aug 30 06:41:38.139 INFO kablam! --> src/storage/models.rs:59:24 Aug 30 06:41:38.139 INFO kablam! | Aug 30 06:41:38.139 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:38.139 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.139 INFO kablam! | Aug 30 06:41:38.139 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! Aug 30 06:41:38.139 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.139 INFO kablam! Aug 30 06:41:38.139 INFO kablam! warning: cannot find type `AccountRecoveryUpdate` in this scope Aug 30 06:41:38.139 INFO kablam! --> src/storage/models.rs:70:10 Aug 30 06:41:38.139 INFO kablam! | Aug 30 06:41:38.139 INFO kablam! 70 | #[derive(AsChangeset)] Aug 30 06:41:38.139 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.140 INFO kablam! | Aug 30 06:41:38.140 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! Aug 30 06:41:38.140 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.140 INFO kablam! Aug 30 06:41:38.140 INFO kablam! warning: cannot find type `account` in this scope Aug 30 06:41:38.140 INFO kablam! --> src/storage/models.rs:70:10 Aug 30 06:41:38.140 INFO kablam! | Aug 30 06:41:38.140 INFO kablam! 70 | #[derive(AsChangeset)] Aug 30 06:41:38.140 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.140 INFO kablam! | Aug 30 06:41:38.140 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! Aug 30 06:41:38.140 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.140 INFO kablam! Aug 30 06:41:38.142 INFO kablam! warning: cannot find type `table` in this scope Aug 30 06:41:38.142 INFO kablam! --> :165:33 Aug 30 06:41:38.142 INFO kablam! | Aug 30 06:41:38.142 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Aug 30 06:41:38.142 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.142 INFO kablam! | Aug 30 06:41:38.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! Aug 30 06:41:38.142 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.142 INFO kablam! Aug 30 06:41:38.142 INFO kablam! warning: cannot find type `id` in this scope Aug 30 06:41:38.143 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.143 INFO kablam! | Aug 30 06:41:38.143 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.143 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.143 INFO kablam! | Aug 30 06:41:38.143 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! Aug 30 06:41:38.143 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.143 INFO kablam! Aug 30 06:41:38.143 INFO kablam! warning: cannot find type `email` in this scope Aug 30 06:41:38.143 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.143 INFO kablam! | Aug 30 06:41:38.143 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.143 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.143 INFO kablam! | Aug 30 06:41:38.143 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! Aug 30 06:41:38.143 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.143 INFO kablam! Aug 30 06:41:38.143 INFO kablam! warning: cannot find type `password` in this scope Aug 30 06:41:38.143 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.143 INFO kablam! | Aug 30 06:41:38.144 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.145 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.145 INFO kablam! | Aug 30 06:41:38.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! Aug 30 06:41:38.145 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.145 INFO kablam! Aug 30 06:41:38.145 INFO kablam! warning: cannot find type `recovery` in this scope Aug 30 06:41:38.145 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.145 INFO kablam! | Aug 30 06:41:38.145 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.145 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.146 INFO kablam! | Aug 30 06:41:38.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! Aug 30 06:41:38.146 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.146 INFO kablam! Aug 30 06:41:38.146 INFO kablam! warning: cannot find type `commission` in this scope Aug 30 06:41:38.146 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.146 INFO kablam! | Aug 30 06:41:38.146 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.146 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.146 INFO kablam! | Aug 30 06:41:38.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! Aug 30 06:41:38.146 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.146 INFO kablam! Aug 30 06:41:38.146 INFO kablam! warning: cannot find type `full_name` in this scope Aug 30 06:41:38.146 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.146 INFO kablam! | Aug 30 06:41:38.146 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.146 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.146 INFO kablam! | Aug 30 06:41:38.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! Aug 30 06:41:38.147 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.147 INFO kablam! Aug 30 06:41:38.147 INFO kablam! warning: cannot find type `address` in this scope Aug 30 06:41:38.147 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.147 INFO kablam! | Aug 30 06:41:38.147 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.147 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.147 INFO kablam! | Aug 30 06:41:38.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! Aug 30 06:41:38.147 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.147 INFO kablam! Aug 30 06:41:38.147 INFO kablam! warning: cannot find type `country` in this scope Aug 30 06:41:38.147 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.147 INFO kablam! | Aug 30 06:41:38.147 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.147 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.147 INFO kablam! | Aug 30 06:41:38.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! Aug 30 06:41:38.147 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.147 INFO kablam! Aug 30 06:41:38.148 INFO kablam! warning: cannot find type `payout_method` in this scope Aug 30 06:41:38.148 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.148 INFO kablam! | Aug 30 06:41:38.148 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.150 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.150 INFO kablam! | Aug 30 06:41:38.150 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! Aug 30 06:41:38.150 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.150 INFO kablam! Aug 30 06:41:38.150 INFO kablam! warning: cannot find type `payout_instructions` in this scope Aug 30 06:41:38.150 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.150 INFO kablam! | Aug 30 06:41:38.150 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.150 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.150 INFO kablam! | Aug 30 06:41:38.150 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! Aug 30 06:41:38.150 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.150 INFO kablam! Aug 30 06:41:38.150 INFO kablam! warning: cannot find type `notify_balance` in this scope Aug 30 06:41:38.150 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.150 INFO kablam! | Aug 30 06:41:38.150 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.150 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.150 INFO kablam! | Aug 30 06:41:38.151 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! Aug 30 06:41:38.151 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.151 INFO kablam! Aug 30 06:41:38.151 INFO kablam! warning: cannot find type `created_at` in this scope Aug 30 06:41:38.151 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.151 INFO kablam! | Aug 30 06:41:38.151 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.151 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.151 INFO kablam! | Aug 30 06:41:38.151 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! Aug 30 06:41:38.151 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.151 INFO kablam! Aug 30 06:41:38.151 INFO kablam! warning: cannot find type `updated_at` in this scope Aug 30 06:41:38.151 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.151 INFO kablam! | Aug 30 06:41:38.151 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.151 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.151 INFO kablam! | Aug 30 06:41:38.151 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! Aug 30 06:41:38.151 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.151 INFO kablam! Aug 30 06:41:38.151 INFO kablam! warning: cannot find type `amount` in this scope Aug 30 06:41:38.152 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.152 INFO kablam! | Aug 30 06:41:38.152 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.152 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.152 INFO kablam! | Aug 30 06:41:38.152 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! Aug 30 06:41:38.152 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.152 INFO kablam! Aug 30 06:41:38.152 INFO kablam! warning: cannot find type `currency` in this scope Aug 30 06:41:38.152 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.152 INFO kablam! | Aug 30 06:41:38.152 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.152 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.152 INFO kablam! | Aug 30 06:41:38.152 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! Aug 30 06:41:38.152 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.152 INFO kablam! Aug 30 06:41:38.152 INFO kablam! warning: cannot find type `released` in this scope Aug 30 06:41:38.152 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.153 INFO kablam! | Aug 30 06:41:38.153 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.153 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.153 INFO kablam! | Aug 30 06:41:38.153 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! Aug 30 06:41:38.153 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.153 INFO kablam! Aug 30 06:41:38.153 INFO kablam! warning: cannot find type `trace` in this scope Aug 30 06:41:38.153 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.153 INFO kablam! | Aug 30 06:41:38.153 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.153 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.153 INFO kablam! | Aug 30 06:41:38.153 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! Aug 30 06:41:38.153 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.153 INFO kablam! Aug 30 06:41:38.153 INFO kablam! warning: cannot find type `account_id` in this scope Aug 30 06:41:38.153 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.153 INFO kablam! | Aug 30 06:41:38.153 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.153 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.154 INFO kablam! | Aug 30 06:41:38.154 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! Aug 30 06:41:38.154 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.154 INFO kablam! Aug 30 06:41:38.154 INFO kablam! warning: cannot find type `tracker_id` in this scope Aug 30 06:41:38.154 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.154 INFO kablam! | Aug 30 06:41:38.154 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.154 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.154 INFO kablam! | Aug 30 06:41:38.154 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! Aug 30 06:41:38.154 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.154 INFO kablam! Aug 30 06:41:38.154 INFO kablam! warning: cannot find type `number` in this scope Aug 30 06:41:38.154 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.154 INFO kablam! | Aug 30 06:41:38.154 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.154 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.154 INFO kablam! | Aug 30 06:41:38.154 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! Aug 30 06:41:38.155 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.155 INFO kablam! Aug 30 06:41:38.155 INFO kablam! warning: cannot find type `status` in this scope Aug 30 06:41:38.155 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.155 INFO kablam! | Aug 30 06:41:38.155 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.155 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.155 INFO kablam! | Aug 30 06:41:38.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! Aug 30 06:41:38.155 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.155 INFO kablam! Aug 30 06:41:38.155 INFO kablam! warning: cannot find type `account` in this scope Aug 30 06:41:38.155 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.155 INFO kablam! | Aug 30 06:41:38.155 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.155 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.155 INFO kablam! | Aug 30 06:41:38.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! Aug 30 06:41:38.155 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.155 INFO kablam! Aug 30 06:41:38.155 INFO kablam! warning: cannot find type `invoice_url` in this scope Aug 30 06:41:38.155 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.156 INFO kablam! | Aug 30 06:41:38.156 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.156 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.156 INFO kablam! | Aug 30 06:41:38.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! Aug 30 06:41:38.156 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.156 INFO kablam! Aug 30 06:41:38.156 INFO kablam! warning: cannot find type `label` in this scope Aug 30 06:41:38.156 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.156 INFO kablam! | Aug 30 06:41:38.156 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.156 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.156 INFO kablam! | Aug 30 06:41:38.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! Aug 30 06:41:38.156 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.156 INFO kablam! Aug 30 06:41:38.156 INFO kablam! warning: cannot find type `statistics_signups` in this scope Aug 30 06:41:38.156 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:38.156 INFO kablam! | Aug 30 06:41:38.156 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:38.156 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:38.156 INFO kablam! | Aug 30 06:41:38.157 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! Aug 30 06:41:38.157 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:38.157 INFO kablam! Aug 30 06:41:38.507 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Aug 30 06:41:38.507 INFO kablam! --> src/responder/catchers.rs:9:1 Aug 30 06:41:38.507 INFO kablam! | Aug 30 06:41:38.508 INFO kablam! 9 | #[error(403)] Aug 30 06:41:38.508 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 06:41:38.508 INFO kablam! | Aug 30 06:41:38.508 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Aug 30 06:41:38.508 INFO kablam! Aug 30 06:41:38.508 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Aug 30 06:41:38.508 INFO kablam! --> src/responder/catchers.rs:14:1 Aug 30 06:41:38.508 INFO kablam! | Aug 30 06:41:38.508 INFO kablam! 14 | #[error(410)] Aug 30 06:41:38.508 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 06:41:38.508 INFO kablam! | Aug 30 06:41:38.508 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Aug 30 06:41:38.508 INFO kablam! Aug 30 06:41:38.513 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Aug 30 06:41:38.513 INFO kablam! --> src/responder/manager.rs:90:16 Aug 30 06:41:38.513 INFO kablam! | Aug 30 06:41:38.513 INFO kablam! 90 | .catch(errors![ Aug 30 06:41:38.513 INFO kablam! | ________________^ Aug 30 06:41:38.513 INFO kablam! 91 | | catchers::forbidden, Aug 30 06:41:38.513 INFO kablam! 92 | | catchers::gone, Aug 30 06:41:38.513 INFO kablam! 93 | | ]) Aug 30 06:41:38.513 INFO kablam! | |_________^ Aug 30 06:41:38.513 INFO kablam! | Aug 30 06:41:38.513 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Aug 30 06:41:38.513 INFO kablam! Aug 30 06:41:39.433 INFO kablam! warning: cannot find type `Account` in this scope Aug 30 06:41:39.433 INFO kablam! --> src/storage/models.rs:12:10 Aug 30 06:41:39.433 INFO kablam! | Aug 30 06:41:39.433 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.433 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.433 INFO kablam! | Aug 30 06:41:39.433 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 30 06:41:39.433 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! Aug 30 06:41:39.433 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.433 INFO kablam! Aug 30 06:41:39.434 INFO kablam! warning: cannot find type `account` in this scope Aug 30 06:41:39.434 INFO kablam! --> src/storage/models.rs:12:10 Aug 30 06:41:39.434 INFO kablam! | Aug 30 06:41:39.434 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.434 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.434 INFO kablam! | Aug 30 06:41:39.434 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! Aug 30 06:41:39.434 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.434 INFO kablam! Aug 30 06:41:39.434 INFO kablam! warning: cannot find type `Account` in this scope Aug 30 06:41:39.434 INFO kablam! --> src/storage/models.rs:12:10 Aug 30 06:41:39.434 INFO kablam! | Aug 30 06:41:39.434 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.434 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.434 INFO kablam! | Aug 30 06:41:39.434 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! Aug 30 06:41:39.434 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.435 INFO kablam! Aug 30 06:41:39.435 INFO kablam! warning: cannot find type `BigDecimal` in this scope Aug 30 06:41:39.435 INFO kablam! --> src/storage/models.rs:12:24 Aug 30 06:41:39.435 INFO kablam! | Aug 30 06:41:39.435 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.435 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.435 INFO kablam! | Aug 30 06:41:39.435 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! Aug 30 06:41:39.435 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.435 INFO kablam! Aug 30 06:41:39.435 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Aug 30 06:41:39.435 INFO kablam! --> src/storage/models.rs:12:24 Aug 30 06:41:39.435 INFO kablam! | Aug 30 06:41:39.435 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.435 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.435 INFO kablam! | Aug 30 06:41:39.435 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! Aug 30 06:41:39.435 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.435 INFO kablam! Aug 30 06:41:39.435 INFO kablam! warning: cannot find type `Account` in this scope Aug 30 06:41:39.435 INFO kablam! --> src/storage/models.rs:12:24 Aug 30 06:41:39.435 INFO kablam! | Aug 30 06:41:39.435 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.436 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.436 INFO kablam! | Aug 30 06:41:39.436 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! Aug 30 06:41:39.436 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.436 INFO kablam! Aug 30 06:41:39.436 INFO kablam! warning: cannot find type `Balance` in this scope Aug 30 06:41:39.436 INFO kablam! --> src/storage/models.rs:30:10 Aug 30 06:41:39.436 INFO kablam! | Aug 30 06:41:39.436 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.436 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.436 INFO kablam! | Aug 30 06:41:39.436 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! Aug 30 06:41:39.436 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.436 INFO kablam! Aug 30 06:41:39.436 INFO kablam! warning: cannot find type `balance` in this scope Aug 30 06:41:39.436 INFO kablam! --> src/storage/models.rs:30:10 Aug 30 06:41:39.436 INFO kablam! | Aug 30 06:41:39.436 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.436 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.436 INFO kablam! | Aug 30 06:41:39.436 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! Aug 30 06:41:39.436 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.436 INFO kablam! Aug 30 06:41:39.437 INFO kablam! warning: cannot find type `BigDecimal` in this scope Aug 30 06:41:39.437 INFO kablam! --> src/storage/models.rs:30:24 Aug 30 06:41:39.437 INFO kablam! | Aug 30 06:41:39.437 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.437 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.437 INFO kablam! | Aug 30 06:41:39.437 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! Aug 30 06:41:39.437 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.437 INFO kablam! Aug 30 06:41:39.437 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Aug 30 06:41:39.437 INFO kablam! --> src/storage/models.rs:30:24 Aug 30 06:41:39.437 INFO kablam! | Aug 30 06:41:39.437 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.437 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.437 INFO kablam! | Aug 30 06:41:39.437 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! Aug 30 06:41:39.437 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.437 INFO kablam! Aug 30 06:41:39.437 INFO kablam! warning: cannot find type `Balance` in this scope Aug 30 06:41:39.437 INFO kablam! --> src/storage/models.rs:30:24 Aug 30 06:41:39.437 INFO kablam! | Aug 30 06:41:39.437 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.438 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.438 INFO kablam! | Aug 30 06:41:39.438 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! Aug 30 06:41:39.438 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.438 INFO kablam! Aug 30 06:41:39.438 INFO kablam! warning: cannot find type `Payout` in this scope Aug 30 06:41:39.438 INFO kablam! --> src/storage/models.rs:44:10 Aug 30 06:41:39.438 INFO kablam! | Aug 30 06:41:39.438 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.438 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.438 INFO kablam! | Aug 30 06:41:39.438 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! Aug 30 06:41:39.438 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.438 INFO kablam! Aug 30 06:41:39.438 INFO kablam! warning: cannot find type `payout` in this scope Aug 30 06:41:39.438 INFO kablam! --> src/storage/models.rs:44:10 Aug 30 06:41:39.438 INFO kablam! | Aug 30 06:41:39.438 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.438 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.438 INFO kablam! | Aug 30 06:41:39.438 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! Aug 30 06:41:39.438 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.439 INFO kablam! Aug 30 06:41:39.439 INFO kablam! warning: cannot find type `BigDecimal` in this scope Aug 30 06:41:39.439 INFO kablam! --> src/storage/models.rs:44:24 Aug 30 06:41:39.439 INFO kablam! | Aug 30 06:41:39.439 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.439 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.439 INFO kablam! | Aug 30 06:41:39.439 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! Aug 30 06:41:39.439 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.439 INFO kablam! Aug 30 06:41:39.439 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Aug 30 06:41:39.439 INFO kablam! --> src/storage/models.rs:44:24 Aug 30 06:41:39.439 INFO kablam! | Aug 30 06:41:39.439 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.439 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.439 INFO kablam! | Aug 30 06:41:39.439 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! Aug 30 06:41:39.439 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.439 INFO kablam! Aug 30 06:41:39.439 INFO kablam! warning: cannot find type `Payout` in this scope Aug 30 06:41:39.439 INFO kablam! --> src/storage/models.rs:44:24 Aug 30 06:41:39.439 INFO kablam! | Aug 30 06:41:39.439 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.440 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.440 INFO kablam! | Aug 30 06:41:39.440 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! Aug 30 06:41:39.440 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.440 INFO kablam! Aug 30 06:41:39.440 INFO kablam! warning: cannot find type `Tracker` in this scope Aug 30 06:41:39.440 INFO kablam! --> src/storage/models.rs:59:10 Aug 30 06:41:39.440 INFO kablam! | Aug 30 06:41:39.440 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.440 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.440 INFO kablam! | Aug 30 06:41:39.440 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! Aug 30 06:41:39.440 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.440 INFO kablam! Aug 30 06:41:39.440 INFO kablam! warning: cannot find type `tracker` in this scope Aug 30 06:41:39.440 INFO kablam! --> src/storage/models.rs:59:10 Aug 30 06:41:39.440 INFO kablam! | Aug 30 06:41:39.440 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.440 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.440 INFO kablam! | Aug 30 06:41:39.440 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! Aug 30 06:41:39.440 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.440 INFO kablam! Aug 30 06:41:39.440 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Aug 30 06:41:39.441 INFO kablam! --> src/storage/models.rs:59:24 Aug 30 06:41:39.441 INFO kablam! | Aug 30 06:41:39.441 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.441 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.441 INFO kablam! | Aug 30 06:41:39.441 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! Aug 30 06:41:39.441 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.441 INFO kablam! Aug 30 06:41:39.441 INFO kablam! warning: cannot find type `Tracker` in this scope Aug 30 06:41:39.441 INFO kablam! --> src/storage/models.rs:59:24 Aug 30 06:41:39.441 INFO kablam! | Aug 30 06:41:39.441 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Aug 30 06:41:39.441 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.441 INFO kablam! | Aug 30 06:41:39.441 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! Aug 30 06:41:39.443 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.443 INFO kablam! Aug 30 06:41:39.443 INFO kablam! warning: cannot find type `AccountRecoveryUpdate` in this scope Aug 30 06:41:39.443 INFO kablam! --> src/storage/models.rs:70:10 Aug 30 06:41:39.444 INFO kablam! | Aug 30 06:41:39.444 INFO kablam! 70 | #[derive(AsChangeset)] Aug 30 06:41:39.444 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.444 INFO kablam! | Aug 30 06:41:39.444 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! Aug 30 06:41:39.444 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.444 INFO kablam! Aug 30 06:41:39.444 INFO kablam! warning: cannot find type `account` in this scope Aug 30 06:41:39.444 INFO kablam! --> src/storage/models.rs:70:10 Aug 30 06:41:39.444 INFO kablam! | Aug 30 06:41:39.444 INFO kablam! 70 | #[derive(AsChangeset)] Aug 30 06:41:39.444 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.444 INFO kablam! | Aug 30 06:41:39.444 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! Aug 30 06:41:39.445 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.445 INFO kablam! Aug 30 06:41:39.445 INFO kablam! warning: cannot find type `table` in this scope Aug 30 06:41:39.445 INFO kablam! --> :165:33 Aug 30 06:41:39.445 INFO kablam! | Aug 30 06:41:39.445 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Aug 30 06:41:39.445 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.446 INFO kablam! | Aug 30 06:41:39.446 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! Aug 30 06:41:39.446 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.446 INFO kablam! Aug 30 06:41:39.446 INFO kablam! warning: cannot find type `id` in this scope Aug 30 06:41:39.446 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.446 INFO kablam! | Aug 30 06:41:39.446 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.446 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.447 INFO kablam! | Aug 30 06:41:39.447 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! Aug 30 06:41:39.447 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.447 INFO kablam! Aug 30 06:41:39.447 INFO kablam! warning: cannot find type `email` in this scope Aug 30 06:41:39.447 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.447 INFO kablam! | Aug 30 06:41:39.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.447 INFO kablam! | Aug 30 06:41:39.447 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! Aug 30 06:41:39.447 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.447 INFO kablam! Aug 30 06:41:39.447 INFO kablam! warning: cannot find type `password` in this scope Aug 30 06:41:39.448 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.448 INFO kablam! | Aug 30 06:41:39.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.448 INFO kablam! | Aug 30 06:41:39.448 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! Aug 30 06:41:39.448 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.448 INFO kablam! Aug 30 06:41:39.448 INFO kablam! warning: cannot find type `recovery` in this scope Aug 30 06:41:39.448 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.448 INFO kablam! | Aug 30 06:41:39.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.448 INFO kablam! | Aug 30 06:41:39.448 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! Aug 30 06:41:39.448 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.449 INFO kablam! Aug 30 06:41:39.449 INFO kablam! warning: cannot find type `commission` in this scope Aug 30 06:41:39.449 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.449 INFO kablam! | Aug 30 06:41:39.449 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.449 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.449 INFO kablam! | Aug 30 06:41:39.449 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! Aug 30 06:41:39.449 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.449 INFO kablam! Aug 30 06:41:39.449 INFO kablam! warning: cannot find type `full_name` in this scope Aug 30 06:41:39.449 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.449 INFO kablam! | Aug 30 06:41:39.449 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.449 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.449 INFO kablam! | Aug 30 06:41:39.450 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! Aug 30 06:41:39.450 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.450 INFO kablam! Aug 30 06:41:39.450 INFO kablam! warning: cannot find type `address` in this scope Aug 30 06:41:39.450 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.450 INFO kablam! | Aug 30 06:41:39.450 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.450 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.450 INFO kablam! | Aug 30 06:41:39.450 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! Aug 30 06:41:39.450 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.450 INFO kablam! Aug 30 06:41:39.450 INFO kablam! warning: cannot find type `country` in this scope Aug 30 06:41:39.450 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.450 INFO kablam! | Aug 30 06:41:39.450 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.450 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.451 INFO kablam! | Aug 30 06:41:39.451 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! Aug 30 06:41:39.451 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.451 INFO kablam! Aug 30 06:41:39.451 INFO kablam! warning: cannot find type `payout_method` in this scope Aug 30 06:41:39.451 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.451 INFO kablam! | Aug 30 06:41:39.451 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.451 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.451 INFO kablam! | Aug 30 06:41:39.451 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! Aug 30 06:41:39.451 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.451 INFO kablam! Aug 30 06:41:39.451 INFO kablam! warning: cannot find type `payout_instructions` in this scope Aug 30 06:41:39.452 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.452 INFO kablam! | Aug 30 06:41:39.452 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.452 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.452 INFO kablam! | Aug 30 06:41:39.452 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! Aug 30 06:41:39.452 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.452 INFO kablam! Aug 30 06:41:39.452 INFO kablam! warning: cannot find type `notify_balance` in this scope Aug 30 06:41:39.452 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.452 INFO kablam! | Aug 30 06:41:39.452 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.452 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.452 INFO kablam! | Aug 30 06:41:39.452 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! Aug 30 06:41:39.453 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.453 INFO kablam! Aug 30 06:41:39.453 INFO kablam! warning: cannot find type `created_at` in this scope Aug 30 06:41:39.453 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.453 INFO kablam! | Aug 30 06:41:39.453 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.453 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.453 INFO kablam! | Aug 30 06:41:39.453 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! Aug 30 06:41:39.453 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.453 INFO kablam! Aug 30 06:41:39.453 INFO kablam! warning: cannot find type `updated_at` in this scope Aug 30 06:41:39.453 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.453 INFO kablam! | Aug 30 06:41:39.453 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.453 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.453 INFO kablam! | Aug 30 06:41:39.453 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! Aug 30 06:41:39.454 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.454 INFO kablam! Aug 30 06:41:39.454 INFO kablam! warning: cannot find type `amount` in this scope Aug 30 06:41:39.454 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.454 INFO kablam! | Aug 30 06:41:39.454 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.454 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.454 INFO kablam! | Aug 30 06:41:39.454 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! Aug 30 06:41:39.454 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.454 INFO kablam! Aug 30 06:41:39.454 INFO kablam! warning: cannot find type `currency` in this scope Aug 30 06:41:39.454 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.454 INFO kablam! | Aug 30 06:41:39.454 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.454 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.455 INFO kablam! | Aug 30 06:41:39.455 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! Aug 30 06:41:39.455 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.455 INFO kablam! Aug 30 06:41:39.455 INFO kablam! warning: cannot find type `released` in this scope Aug 30 06:41:39.455 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.455 INFO kablam! | Aug 30 06:41:39.455 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.455 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.455 INFO kablam! | Aug 30 06:41:39.455 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! Aug 30 06:41:39.455 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.455 INFO kablam! Aug 30 06:41:39.455 INFO kablam! warning: cannot find type `trace` in this scope Aug 30 06:41:39.455 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.455 INFO kablam! | Aug 30 06:41:39.455 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.455 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.455 INFO kablam! | Aug 30 06:41:39.456 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! Aug 30 06:41:39.456 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.456 INFO kablam! Aug 30 06:41:39.456 INFO kablam! warning: cannot find type `account_id` in this scope Aug 30 06:41:39.456 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.456 INFO kablam! | Aug 30 06:41:39.456 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.456 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.456 INFO kablam! | Aug 30 06:41:39.456 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! Aug 30 06:41:39.456 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.456 INFO kablam! Aug 30 06:41:39.456 INFO kablam! warning: cannot find type `tracker_id` in this scope Aug 30 06:41:39.456 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.456 INFO kablam! | Aug 30 06:41:39.456 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.456 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.456 INFO kablam! | Aug 30 06:41:39.456 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! Aug 30 06:41:39.456 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.457 INFO kablam! Aug 30 06:41:39.457 INFO kablam! warning: cannot find type `number` in this scope Aug 30 06:41:39.457 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.457 INFO kablam! | Aug 30 06:41:39.457 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.457 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.457 INFO kablam! | Aug 30 06:41:39.457 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! Aug 30 06:41:39.457 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.457 INFO kablam! Aug 30 06:41:39.457 INFO kablam! warning: cannot find type `status` in this scope Aug 30 06:41:39.457 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.457 INFO kablam! | Aug 30 06:41:39.457 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.457 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.457 INFO kablam! | Aug 30 06:41:39.457 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! Aug 30 06:41:39.457 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.458 INFO kablam! Aug 30 06:41:39.458 INFO kablam! warning: cannot find type `account` in this scope Aug 30 06:41:39.458 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.458 INFO kablam! | Aug 30 06:41:39.458 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.458 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.458 INFO kablam! | Aug 30 06:41:39.458 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! Aug 30 06:41:39.458 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.458 INFO kablam! Aug 30 06:41:39.458 INFO kablam! warning: cannot find type `invoice_url` in this scope Aug 30 06:41:39.458 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.458 INFO kablam! | Aug 30 06:41:39.458 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.458 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.458 INFO kablam! | Aug 30 06:41:39.458 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! Aug 30 06:41:39.459 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.459 INFO kablam! Aug 30 06:41:39.459 INFO kablam! warning: cannot find type `label` in this scope Aug 30 06:41:39.459 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.459 INFO kablam! | Aug 30 06:41:39.459 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.459 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.459 INFO kablam! | Aug 30 06:41:39.459 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! Aug 30 06:41:39.459 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.459 INFO kablam! Aug 30 06:41:39.459 INFO kablam! warning: cannot find type `statistics_signups` in this scope Aug 30 06:41:39.459 INFO kablam! --> <__diesel_column macros>:5:33 Aug 30 06:41:39.459 INFO kablam! | Aug 30 06:41:39.459 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Aug 30 06:41:39.459 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Aug 30 06:41:39.459 INFO kablam! | Aug 30 06:41:39.460 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! Aug 30 06:41:39.460 INFO kablam! = note: for more information, see issue #50504 Aug 30 06:41:39.460 INFO kablam! Aug 30 06:41:40.413 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:40.413 INFO kablam! --> src/responder/routes.rs:313:14 Aug 30 06:41:40.413 INFO kablam! | Aug 30 06:41:40.414 INFO kablam! 313 | .first::(&*db); Aug 30 06:41:40.414 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.414 INFO kablam! | Aug 30 06:41:40.414 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)` Aug 30 06:41:40.414 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` Aug 30 06:41:40.415 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>>` Aug 30 06:41:40.415 INFO kablam! Aug 30 06:41:40.444 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Aug 30 06:41:40.444 INFO kablam! --> src/responder/routes.rs:395:37 Aug 30 06:41:40.444 INFO kablam! | Aug 30 06:41:40.444 INFO kablam! 395 | &account_commission.eq(BigDecimal::from( Aug 30 06:41:40.444 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.444 INFO kablam! | Aug 30 06:41:40.444 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Aug 30 06:41:40.444 INFO kablam! Aug 30 06:41:40.454 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Aug 30 06:41:40.454 INFO kablam! --> src/responder/routes.rs:401:14 Aug 30 06:41:40.454 INFO kablam! | Aug 30 06:41:40.455 INFO kablam! 401 | .execute(&*db); Aug 30 06:41:40.455 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.455 INFO kablam! | Aug 30 06:41:40.455 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Aug 30 06:41:40.455 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:40.455 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>)` Aug 30 06:41:40.455 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>` Aug 30 06:41:40.456 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>>` Aug 30 06:41:40.456 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>>` Aug 30 06:41:40.456 INFO kablam! Aug 30 06:41:40.458 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Aug 30 06:41:40.458 INFO kablam! --> src/responder/routes.rs:401:14 Aug 30 06:41:40.458 INFO kablam! | Aug 30 06:41:40.458 INFO kablam! 401 | .execute(&*db); Aug 30 06:41:40.458 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.458 INFO kablam! | Aug 30 06:41:40.458 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Aug 30 06:41:40.458 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:40.458 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:40.458 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>)` Aug 30 06:41:40.458 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>` Aug 30 06:41:40.458 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>>` Aug 30 06:41:40.458 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>>` Aug 30 06:41:40.458 INFO kablam! Aug 30 06:41:40.462 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:40.462 INFO kablam! --> src/responder/routes.rs:406:18 Aug 30 06:41:40.462 INFO kablam! | Aug 30 06:41:40.462 INFO kablam! 406 | .first::(&*db); Aug 30 06:41:40.462 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.462 INFO kablam! | Aug 30 06:41:40.462 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)` Aug 30 06:41:40.462 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` Aug 30 06:41:40.462 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>>` Aug 30 06:41:40.462 INFO kablam! Aug 30 06:41:40.482 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:40.483 INFO kablam! --> src/responder/routes.rs:455:14 Aug 30 06:41:40.483 INFO kablam! | Aug 30 06:41:40.483 INFO kablam! 455 | .first::(&*db); Aug 30 06:41:40.483 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.483 INFO kablam! | Aug 30 06:41:40.483 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)` Aug 30 06:41:40.484 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` Aug 30 06:41:40.484 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>>` Aug 30 06:41:40.484 INFO kablam! Aug 30 06:41:40.515 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:40.515 INFO kablam! --> src/responder/routes.rs:529:64 Aug 30 06:41:40.515 INFO kablam! | Aug 30 06:41:40.515 INFO kablam! 529 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Aug 30 06:41:40.515 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.515 INFO kablam! | Aug 30 06:41:40.515 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)` Aug 30 06:41:40.515 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` Aug 30 06:41:40.515 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>>` Aug 30 06:41:40.516 INFO kablam! Aug 30 06:41:40.543 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:40.543 INFO kablam! --> src/responder/routes.rs:573:18 Aug 30 06:41:40.543 INFO kablam! | Aug 30 06:41:40.543 INFO kablam! 573 | .first(&*db) Aug 30 06:41:40.543 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.543 INFO kablam! | Aug 30 06:41:40.543 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Aug 30 06:41:40.543 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>>` Aug 30 06:41:40.543 INFO kablam! Aug 30 06:41:40.611 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:40.612 INFO kablam! --> src/responder/routes.rs:747:64 Aug 30 06:41:40.612 INFO kablam! | Aug 30 06:41:40.612 INFO kablam! 747 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Aug 30 06:41:40.612 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.612 INFO kablam! | Aug 30 06:41:40.612 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)` Aug 30 06:41:40.612 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` Aug 30 06:41:40.612 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>>` Aug 30 06:41:40.612 INFO kablam! Aug 30 06:41:40.624 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Aug 30 06:41:40.625 INFO kablam! --> src/responder/routes.rs:793:56 Aug 30 06:41:40.625 INFO kablam! | Aug 30 06:41:40.625 INFO kablam! 793 | &payout_amount.eq(BigDecimal::from(balance_due)), Aug 30 06:41:40.625 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.625 INFO kablam! | Aug 30 06:41:40.625 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Aug 30 06:41:40.625 INFO kablam! Aug 30 06:41:40.633 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Aug 30 06:41:40.633 INFO kablam! --> src/responder/routes.rs:800:38 Aug 30 06:41:40.633 INFO kablam! | Aug 30 06:41:40.633 INFO kablam! 800 | .execute(&*db); Aug 30 06:41:40.633 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.633 INFO kablam! | Aug 30 06:41:40.633 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Aug 30 06:41:40.633 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:40.633 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>)` Aug 30 06:41:40.633 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>` Aug 30 06:41:40.633 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>>` Aug 30 06:41:40.633 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>>` Aug 30 06:41:40.633 INFO kablam! Aug 30 06:41:40.633 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Aug 30 06:41:40.633 INFO kablam! --> src/responder/routes.rs:800:38 Aug 30 06:41:40.633 INFO kablam! | Aug 30 06:41:40.633 INFO kablam! 800 | .execute(&*db); Aug 30 06:41:40.634 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.634 INFO kablam! | Aug 30 06:41:40.634 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Aug 30 06:41:40.634 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:40.634 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:40.634 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>)` Aug 30 06:41:40.634 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>` Aug 30 06:41:40.634 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>>` Aug 30 06:41:40.634 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>>` Aug 30 06:41:40.634 INFO kablam! Aug 30 06:41:40.649 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:40.649 INFO kablam! --> src/responder/routes.rs:845:64 Aug 30 06:41:40.649 INFO kablam! | Aug 30 06:41:40.649 INFO kablam! 845 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Aug 30 06:41:40.649 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.649 INFO kablam! | Aug 30 06:41:40.649 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)` Aug 30 06:41:40.649 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` Aug 30 06:41:40.649 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>>` Aug 30 06:41:40.649 INFO kablam! Aug 30 06:41:40.754 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:40.754 INFO kablam! --> src/responder/utilities.rs:38:14 Aug 30 06:41:40.754 INFO kablam! | Aug 30 06:41:40.754 INFO kablam! 38 | .first(&**db) Aug 30 06:41:40.754 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.754 INFO kablam! | Aug 30 06:41:40.754 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Aug 30 06:41:40.754 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>>` Aug 30 06:41:40.754 INFO kablam! Aug 30 06:41:40.770 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:40.770 INFO kablam! --> src/responder/utilities.rs:77:10 Aug 30 06:41:40.770 INFO kablam! | Aug 30 06:41:40.770 INFO kablam! 77 | .load::(&**db) Aug 30 06:41:40.770 INFO kablam! | ^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:40.770 INFO kablam! | Aug 30 06:41:40.770 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)` Aug 30 06:41:40.770 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` Aug 30 06:41:40.770 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>>` Aug 30 06:41:40.771 INFO kablam! Aug 30 06:41:41.051 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:41.051 INFO kablam! --> src/track/payment.rs:80:14 Aug 30 06:41:41.051 INFO kablam! | Aug 30 06:41:41.051 INFO kablam! 80 | .first::<(Tracker, Account)>(&**db); Aug 30 06:41:41.051 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:41.051 INFO kablam! | Aug 30 06:41:41.051 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)` Aug 30 06:41:41.051 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` Aug 30 06:41:41.051 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)` Aug 30 06:41:41.052 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>>` Aug 30 06:41:41.052 INFO kablam! Aug 30 06:41:41.054 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Aug 30 06:41:41.054 INFO kablam! --> src/track/payment.rs:91:41 Aug 30 06:41:41.054 INFO kablam! | Aug 30 06:41:41.054 INFO kablam! 91 | &balance_amount.eq(BigDecimal::from(commission_amount)), Aug 30 06:41:41.054 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:41.054 INFO kablam! | Aug 30 06:41:41.054 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Aug 30 06:41:41.054 INFO kablam! Aug 30 06:41:41.068 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Aug 30 06:41:41.068 INFO kablam! --> src/track/payment.rs:99:22 Aug 30 06:41:41.068 INFO kablam! | Aug 30 06:41:41.068 INFO kablam! 99 | .execute(&**db); Aug 30 06:41:41.068 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:41.068 INFO kablam! | Aug 30 06:41:41.068 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Aug 30 06:41:41.068 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:41.069 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>)` Aug 30 06:41:41.069 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>` Aug 30 06:41:41.069 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>>` Aug 30 06:41:41.069 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>>` Aug 30 06:41:41.069 INFO kablam! Aug 30 06:41:41.069 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Aug 30 06:41:41.069 INFO kablam! --> src/track/payment.rs:99:22 Aug 30 06:41:41.069 INFO kablam! | Aug 30 06:41:41.069 INFO kablam! 99 | .execute(&**db); Aug 30 06:41:41.069 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:41.069 INFO kablam! | Aug 30 06:41:41.070 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Aug 30 06:41:41.070 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:41.070 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:41.070 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>)` Aug 30 06:41:41.070 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>` Aug 30 06:41:41.070 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>>` Aug 30 06:41:41.070 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>>` Aug 30 06:41:41.070 INFO kablam! Aug 30 06:41:41.565 INFO kablam! error: aborting due to 19 previous errors Aug 30 06:41:41.565 INFO kablam! Aug 30 06:41:41.565 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:41:41.582 INFO kablam! error: Could not compile `raider-server`. Aug 30 06:41:41.582 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 06:41:42.325 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:42.325 INFO kablam! --> src/responder/routes.rs:313:14 Aug 30 06:41:42.325 INFO kablam! | Aug 30 06:41:42.325 INFO kablam! 313 | .first::(&*db); Aug 30 06:41:42.326 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.326 INFO kablam! | Aug 30 06:41:42.326 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)` Aug 30 06:41:42.326 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` Aug 30 06:41:42.326 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>>` Aug 30 06:41:42.326 INFO kablam! Aug 30 06:41:42.355 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Aug 30 06:41:42.355 INFO kablam! --> src/responder/routes.rs:395:37 Aug 30 06:41:42.355 INFO kablam! | Aug 30 06:41:42.355 INFO kablam! 395 | &account_commission.eq(BigDecimal::from( Aug 30 06:41:42.356 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.356 INFO kablam! | Aug 30 06:41:42.356 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Aug 30 06:41:42.356 INFO kablam! Aug 30 06:41:42.364 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Aug 30 06:41:42.364 INFO kablam! --> src/responder/routes.rs:401:14 Aug 30 06:41:42.364 INFO kablam! | Aug 30 06:41:42.364 INFO kablam! 401 | .execute(&*db); Aug 30 06:41:42.364 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.364 INFO kablam! | Aug 30 06:41:42.364 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Aug 30 06:41:42.364 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:42.364 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>)` Aug 30 06:41:42.364 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>` Aug 30 06:41:42.364 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>>` Aug 30 06:41:42.365 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>>` Aug 30 06:41:42.365 INFO kablam! Aug 30 06:41:42.365 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Aug 30 06:41:42.365 INFO kablam! --> src/responder/routes.rs:401:14 Aug 30 06:41:42.367 INFO kablam! | Aug 30 06:41:42.367 INFO kablam! 401 | .execute(&*db); Aug 30 06:41:42.367 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.367 INFO kablam! | Aug 30 06:41:42.367 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Aug 30 06:41:42.367 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:42.368 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:42.368 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>)` Aug 30 06:41:42.368 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>` Aug 30 06:41:42.368 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>>` Aug 30 06:41:42.368 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>>` Aug 30 06:41:42.368 INFO kablam! Aug 30 06:41:42.369 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:42.369 INFO kablam! --> src/responder/routes.rs:406:18 Aug 30 06:41:42.369 INFO kablam! | Aug 30 06:41:42.369 INFO kablam! 406 | .first::(&*db); Aug 30 06:41:42.369 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.369 INFO kablam! | Aug 30 06:41:42.369 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)` Aug 30 06:41:42.369 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` Aug 30 06:41:42.369 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>>` Aug 30 06:41:42.369 INFO kablam! Aug 30 06:41:42.385 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:42.385 INFO kablam! --> src/responder/routes.rs:455:14 Aug 30 06:41:42.385 INFO kablam! | Aug 30 06:41:42.385 INFO kablam! 455 | .first::(&*db); Aug 30 06:41:42.385 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.385 INFO kablam! | Aug 30 06:41:42.385 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)` Aug 30 06:41:42.385 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` Aug 30 06:41:42.385 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>>` Aug 30 06:41:42.385 INFO kablam! Aug 30 06:41:42.413 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:42.413 INFO kablam! --> src/responder/routes.rs:529:64 Aug 30 06:41:42.413 INFO kablam! | Aug 30 06:41:42.413 INFO kablam! 529 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Aug 30 06:41:42.413 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.413 INFO kablam! | Aug 30 06:41:42.414 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)` Aug 30 06:41:42.414 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` Aug 30 06:41:42.414 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>>` Aug 30 06:41:42.414 INFO kablam! Aug 30 06:41:42.446 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:42.446 INFO kablam! --> src/responder/routes.rs:573:18 Aug 30 06:41:42.446 INFO kablam! | Aug 30 06:41:42.446 INFO kablam! 573 | .first(&*db) Aug 30 06:41:42.446 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.446 INFO kablam! | Aug 30 06:41:42.447 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Aug 30 06:41:42.447 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>>` Aug 30 06:41:42.447 INFO kablam! Aug 30 06:41:42.517 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:42.517 INFO kablam! --> src/responder/routes.rs:747:64 Aug 30 06:41:42.517 INFO kablam! | Aug 30 06:41:42.517 INFO kablam! 747 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Aug 30 06:41:42.517 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.517 INFO kablam! | Aug 30 06:41:42.517 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)` Aug 30 06:41:42.517 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` Aug 30 06:41:42.517 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>>` Aug 30 06:41:42.517 INFO kablam! Aug 30 06:41:42.534 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Aug 30 06:41:42.534 INFO kablam! --> src/responder/routes.rs:793:56 Aug 30 06:41:42.534 INFO kablam! | Aug 30 06:41:42.534 INFO kablam! 793 | &payout_amount.eq(BigDecimal::from(balance_due)), Aug 30 06:41:42.534 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.534 INFO kablam! | Aug 30 06:41:42.534 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Aug 30 06:41:42.534 INFO kablam! Aug 30 06:41:42.543 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Aug 30 06:41:42.543 INFO kablam! --> src/responder/routes.rs:800:38 Aug 30 06:41:42.543 INFO kablam! | Aug 30 06:41:42.543 INFO kablam! 800 | .execute(&*db); Aug 30 06:41:42.543 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.543 INFO kablam! | Aug 30 06:41:42.543 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Aug 30 06:41:42.544 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:42.544 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>)` Aug 30 06:41:42.544 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>` Aug 30 06:41:42.544 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>>` Aug 30 06:41:42.544 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>>` Aug 30 06:41:42.544 INFO kablam! Aug 30 06:41:42.546 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Aug 30 06:41:42.546 INFO kablam! --> src/responder/routes.rs:800:38 Aug 30 06:41:42.546 INFO kablam! | Aug 30 06:41:42.546 INFO kablam! 800 | .execute(&*db); Aug 30 06:41:42.546 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.546 INFO kablam! | Aug 30 06:41:42.546 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Aug 30 06:41:42.546 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:42.546 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:42.546 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>)` Aug 30 06:41:42.546 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>` Aug 30 06:41:42.546 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>>` Aug 30 06:41:42.546 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>>` Aug 30 06:41:42.546 INFO kablam! Aug 30 06:41:42.563 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:42.563 INFO kablam! --> src/responder/routes.rs:845:64 Aug 30 06:41:42.563 INFO kablam! | Aug 30 06:41:42.563 INFO kablam! 845 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Aug 30 06:41:42.563 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.563 INFO kablam! | Aug 30 06:41:42.563 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)` Aug 30 06:41:42.564 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` Aug 30 06:41:42.564 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>>` Aug 30 06:41:42.564 INFO kablam! Aug 30 06:41:42.666 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:42.666 INFO kablam! --> src/responder/utilities.rs:38:14 Aug 30 06:41:42.666 INFO kablam! | Aug 30 06:41:42.666 INFO kablam! 38 | .first(&**db) Aug 30 06:41:42.666 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.666 INFO kablam! | Aug 30 06:41:42.666 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Aug 30 06:41:42.666 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>>` Aug 30 06:41:42.666 INFO kablam! Aug 30 06:41:42.676 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:42.676 INFO kablam! --> src/responder/utilities.rs:77:10 Aug 30 06:41:42.676 INFO kablam! | Aug 30 06:41:42.677 INFO kablam! 77 | .load::(&**db) Aug 30 06:41:42.677 INFO kablam! | ^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.677 INFO kablam! | Aug 30 06:41:42.677 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)` Aug 30 06:41:42.677 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` Aug 30 06:41:42.677 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>>` Aug 30 06:41:42.677 INFO kablam! Aug 30 06:41:42.861 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Aug 30 06:41:42.861 INFO kablam! --> src/track/payment.rs:80:14 Aug 30 06:41:42.862 INFO kablam! | Aug 30 06:41:42.862 INFO kablam! 80 | .first::<(Tracker, Account)>(&**db); Aug 30 06:41:42.862 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.862 INFO kablam! | Aug 30 06:41:42.862 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)` Aug 30 06:41:42.862 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` Aug 30 06:41:42.862 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)` Aug 30 06:41:42.862 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>>` Aug 30 06:41:42.862 INFO kablam! Aug 30 06:41:42.864 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Aug 30 06:41:42.864 INFO kablam! --> src/track/payment.rs:91:41 Aug 30 06:41:42.864 INFO kablam! | Aug 30 06:41:42.864 INFO kablam! 91 | &balance_amount.eq(BigDecimal::from(commission_amount)), Aug 30 06:41:42.864 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.865 INFO kablam! | Aug 30 06:41:42.865 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Aug 30 06:41:42.865 INFO kablam! Aug 30 06:41:42.879 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Aug 30 06:41:42.879 INFO kablam! --> src/track/payment.rs:99:22 Aug 30 06:41:42.879 INFO kablam! | Aug 30 06:41:42.879 INFO kablam! 99 | .execute(&**db); Aug 30 06:41:42.879 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.879 INFO kablam! | Aug 30 06:41:42.879 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Aug 30 06:41:42.879 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:42.879 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>)` Aug 30 06:41:42.879 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>` Aug 30 06:41:42.879 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>>` Aug 30 06:41:42.879 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>>` Aug 30 06:41:42.880 INFO kablam! Aug 30 06:41:42.880 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Aug 30 06:41:42.880 INFO kablam! --> src/track/payment.rs:99:22 Aug 30 06:41:42.880 INFO kablam! | Aug 30 06:41:42.880 INFO kablam! 99 | .execute(&**db); Aug 30 06:41:42.880 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Aug 30 06:41:42.880 INFO kablam! | Aug 30 06:41:42.880 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Aug 30 06:41:42.880 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:42.880 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Aug 30 06:41:42.880 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>)` Aug 30 06:41:42.880 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>` Aug 30 06:41:42.880 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>>` Aug 30 06:41:42.880 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>>` Aug 30 06:41:42.880 INFO kablam! Aug 30 06:41:43.227 INFO kablam! error: aborting due to 19 previous errors Aug 30 06:41:43.227 INFO kablam! Aug 30 06:41:43.227 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:41:43.267 INFO kablam! error: Could not compile `raider-server`. Aug 30 06:41:43.267 INFO kablam! Aug 30 06:41:43.267 INFO kablam! To learn more, run the command again with --verbose. Aug 30 06:41:43.268 INFO kablam! su: No module specific data is present Aug 30 06:41:43.664 INFO running `"docker" "rm" "-f" "c34dcb23b477142c29acfd3b4b9bd9e3488b6e2a4e0afd0fbe3a9a03d3dfaa0e"` Aug 30 06:41:43.776 INFO blam! c34dcb23b477142c29acfd3b4b9bd9e3488b6e2a4e0afd0fbe3a9a03d3dfaa0e